diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-28 00:44:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-28 00:44:36 +0000 |
| commit | d88c2244d4f90d54164fcc856c3ba73809756381 (patch) | |
| tree | 9e330e066c2318ed1b162df6946affc94ee06a81 /test/wscript | |
| parent | 04b4d9f08ee30eb4dc4e62cddc4b332c69d18ac0 (diff) | |
Various test fixes.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/wscript b/test/wscript index 83232216..83253f2b 100644 --- a/test/wscript +++ b/test/wscript @@ -18,16 +18,16 @@ def configure(conf): def build(bld): obj = bld(features='cxx cxxprogram') obj.name = 'tests' - obj.uselib = 'BOOST_TEST OPENJPEG CXML XMLSEC1' + obj.uselib = 'BOOST_TEST OPENJPEG CXML XMLSEC1 SNDFILE' obj.use = 'libdcp' -# dcp_test.cc -# encryption_test.cc obj.source = """ certificates_test.cc color_test.cc cpl_sar_test.cc + dcp_test.cc dcp_time_test.cc decryption_test.cc + encryption_test.cc frame_info_test.cc kdm_key_test.cc kdm_test.cc |
