From b40edc21bf6f5b2573092c835538b48bff8b489c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Jan 2011 17:48:26 +0000 Subject: Run, and pass all, bad tests. Fix memory errors. git-svn-id: http://svn.drobilla.net/serd/trunk@10 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index b701c98c..8990e0a9 100644 --- a/wscript +++ b/wscript @@ -138,11 +138,11 @@ def test(ctx): Logs.pprint('GREEN', 'PASS: %s output is correct' % test) print -# commands = [] -# bad_tests = glob.glob('tests/bad-*.ttl') -# bad_tests.sort() -# for test in bad_tests: -# commands = commands + [ './serdi_static ../%s \'http://www.w3.org/2001/sw/DataAccess/df1/%s\' > %s.out' % (test, test, test) ] -# -# autowaf.run_tests(ctx, APPNAME, commands, 1) -# + commands = [] + bad_tests = glob.glob('tests/bad-*.ttl') + bad_tests.sort() + for test in bad_tests: + commands = commands + [ './serdi_static ../%s \'http://www.w3.org/2001/sw/DataAccess/df1/%s\' > %s.out' % (test, test, test) ] + + autowaf.run_tests(ctx, APPNAME, commands, 1) + -- cgit v1.2.1