diff options
author | David Robillard <d@drobilla.net> | 2013-06-08 19:04:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-06-08 19:04:40 +0000 |
commit | 9e176c64060867136bb4e15c44460147d3601483 (patch) | |
tree | d6fd9a79f1113c63d2e0b72f74db9df0dd191a2c /wscript | |
parent | 5cbbac26edff9bcc298505d129478e1eb6d091f0 (diff) | |
download | raul-9e176c64060867136bb4e15c44460147d3601483.tar.gz raul-9e176c64060867136bb4e15c44460147d3601483.tar.bz2 raul-9e176c64060867136bb4e15c44460147d3601483.zip |
Better test coverage.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5125 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,7 +71,10 @@ def configure(conf): print('') tests = ''' + test/array_test + test/build_test test/double_buffer_test + test/maid_test test/path_test test/queue_test test/ringbuffer_test |