summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-01 03:04:49 +0000
committerDavid Robillard <d@drobilla.net>2012-02-01 03:04:49 +0000
commit0b7229f7d596c7ec6e41054ccf2be6d2bdbf2178 (patch)
treea9032865af7ebc37c6eada2d587a77cf97d65879
parent13a46b67c1b3897e56ff6c629054b600e2d936c0 (diff)
downloadzix-0b7229f7d596c7ec6e41054ccf2be6d2bdbf2178.tar.gz
zix-0b7229f7d596c7ec6e41054ccf2be6d2bdbf2178.tar.bz2
zix-0b7229f7d596c7ec6e41054ccf2be6d2bdbf2178.zip
Run all tests in a single suite so there is 1 summary.
git-svn-id: http://svn.drobilla.net/zix/trunk@63 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
-rw-r--r--wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/wscript b/wscript
index 7abe05d..f124095 100644
--- a/wscript
+++ b/wscript
@@ -212,6 +212,5 @@ def upload_docs(ctx):
def test(ctx):
autowaf.pre_test(ctx, APPNAME)
os.environ['PATH'] = 'test' + os.pathsep + os.getenv('PATH')
- for i in tests:
- autowaf.run_tests(ctx, APPNAME, ['%s' % i], dirs=['./src','./test'])
+ autowaf.run_tests(ctx, APPNAME, tests, dirs=['./src','./test'])
autowaf.post_test(ctx, APPNAME)