summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-14 21:14:52 +0000
committerDavid Robillard <d@drobilla.net>2012-08-14 21:14:52 +0000
commit2118d961d97a1e454ee5391785b700d70f22f387 (patch)
tree554beb7c7f3c1d1e1025c41fabc350dfbc494de2 /wscript
parent1b8b57121623825a4af571042ce9d365b9d55f05 (diff)
downloadraul-2118d961d97a1e454ee5391785b700d70f22f387.tar.gz
raul-2118d961d97a1e454ee5391785b700d70f22f387.tar.bz2
raul-2118d961d97a1e454ee5391785b700d70f22f387.zip
Remove Table classes.
More thorough Path testing. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4695 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 61d000e..9791221 100644
--- a/wscript
+++ b/wscript
@@ -84,6 +84,7 @@ def configure(conf):
tests = '''
test/atom_test
test/atomic_test
+ test/double_buffer_test
test/list_test
test/path_test
test/ptr_test
@@ -91,7 +92,6 @@ tests = '''
test/ringbuffer_test
test/sem_test
test/symbol_test
- test/table_test
test/thread_test
test/time_test
test/uri_test