aboutsummaryrefslogtreecommitdiff
path: root/src/jsontestrunner/sconscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsontestrunner/sconscript')
-rw-r--r--src/jsontestrunner/sconscript9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/jsontestrunner/sconscript b/src/jsontestrunner/sconscript
deleted file mode 100644
index 6e68e31..0000000
--- a/src/jsontestrunner/sconscript
+++ /dev/null
@@ -1,9 +0,0 @@
-Import( 'env_testing buildJSONTests' )
-
-buildJSONTests( env_testing, Split( """
- main.cpp
- """ ),
- 'jsontestrunner' )
-
-# For 'check' to work, 'libs' must be built first.
-env_testing.Depends('jsontestrunner', '#libs')