From ec82ce2d44d5ba492a3dfa6e740ff21549d438e1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 Oct 2020 15:49:15 +0100 Subject: Move benchmark out of test/ into benchmark/ --- test/wscript | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/wscript') 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 = '' -- cgit v1.2.3