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