summaryrefslogtreecommitdiff
path: root/bin/tests/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/SCsub')
-rw-r--r--bin/tests/SCsub14
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/tests/SCsub b/bin/tests/SCsub
deleted file mode 100644
index 03495c0649..0000000000
--- a/bin/tests/SCsub
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/python
-
-Import('env')
-
-env.tests_sources = []
-env.add_source_files(env.tests_sources, "*.cpp")
-
-Export('env')
-
-# SConscript('math/SCsub');
-
-lib = env.Library("tests", env.tests_sources)
-
-env.Prepend(LIBS=[lib])