summaryrefslogtreecommitdiffstats
path: root/tests/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wscript')
-rw-r--r--tests/wscript20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/wscript b/tests/wscript
index 0822f16..3ea7563 100644
--- a/tests/wscript
+++ b/tests/wscript
@@ -2,16 +2,16 @@
def build(bld):
tests = '''
- path_test
- thread_test
- queue_test
- ringbuffer_test
- midi_ringbuffer_test
- atomic_test
- list_test
- time_test
- quantize_test
- smf_test
+ path_test
+ thread_test
+ queue_test
+ ringbuffer_test
+ midi_ringbuffer_test
+ atomic_test
+ list_test
+ time_test
+ quantize_test
+ smf_test
table_test
'''
for i in tests.split():