Add -k argument to test_runner to specify running only one test suite

alter --xml of test_runner to just -x
This commit is contained in:
Nils O. Selåsdal
2013-11-26 18:17:07 +01:00
parent 59f6d99419
commit e7d7f4b862
2 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ tests = test_env.Glob('test_*.c')
test_executable = 'test_runner'
#run test_runner --xml to produce an xml result file
if test_xml:
test_executable += ' --xml'
test_executable += ' -x'
prog = test_env.Program('test_runner', tests)
cmd = test_env.Command(target='test_phony' ,