summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/jsoncpp/src/jsontestrunner/sconscript
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-09 21:11:04 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-09 21:11:04 +0100
commit2382be9ea8de81e81a4c410342d0c17a2e345565 (patch)
tree9f51ee077b50e571499ed14a826f16059a58ceb8 /3rdparty/jsoncpp/src/jsontestrunner/sconscript
parent50a72771ffa24774fa081495766efdaefc47e220 (diff)
removed jsoncpp (nw)
Diffstat (limited to '3rdparty/jsoncpp/src/jsontestrunner/sconscript')
-rw-r--r--3rdparty/jsoncpp/src/jsontestrunner/sconscript9
1 files changed, 0 insertions, 9 deletions
diff --git a/3rdparty/jsoncpp/src/jsontestrunner/sconscript b/3rdparty/jsoncpp/src/jsontestrunner/sconscript
deleted file mode 100644
index 6e68e31533e..00000000000
--- a/3rdparty/jsoncpp/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')