summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/wscript b/test/wscript
index aa134bde..9a8a7b53 100644
--- a/test/wscript
+++ b/test/wscript
@@ -138,11 +138,3 @@ def build(bld):
obj.source = 'rewrite_subs.cc'
obj.target = 'rewrite_subs'
obj.install_path = ''
-
- obj = bld(features='cxx cxxprogram')
- obj.name = 'bench'
- obj.uselib = 'BOOST_FILESYSTEM OPENJPEG CXML OPENMP ASDCPLIB_CTH XMLSEC1 OPENSSL LIBXML++'
- obj.use = 'libdcp%s' % bld.env.API_VERSION
- obj.source = 'bench.cc'
- obj.target = 'bench'
- obj.install_path = ''