diff options
-rw-r--r-- | tests/wscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/wscript b/tests/wscript index 4ab8936..95c8177 100644 --- a/tests/wscript +++ b/tests/wscript @@ -14,7 +14,6 @@ def build(bld): smf_test table_test ''' - for i in tests.split(): obj = bld.create_obj('cpp', 'program') obj.source = i + '.cpp' |