diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-28 15:49:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-28 15:49:15 +0100 |
| commit | ec82ce2d44d5ba492a3dfa6e740ff21549d438e1 (patch) | |
| tree | 374f1a4b9ccb3d6c85f01559487520a5633c00bd /test/wscript | |
| parent | e5bb0569857ef2185ba7a53b884c014a4c6dd633 (diff) | |
Move benchmark out of test/ into benchmark/
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 8 |
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 = '' |
