diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-25 20:41:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-25 20:41:45 +0100 |
| commit | f76647abae551840a43bb8f07189051ec20bab6d (patch) | |
| tree | 12d67e33c71516480cb71381bc426dfe18513821 /test/wscript | |
| parent | e8530ea06f0b0883e5e19dd18beed70732ac5d3c (diff) | |
Switch away from the many-constructor-arguments approach to a hopefully simpler API.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript index c0250255..1b2a1055 100644 --- a/test/wscript +++ b/test/wscript @@ -21,7 +21,7 @@ def build(bld): obj.uselib = 'BOOST_TEST OPENJPEG CXML XMLSEC1' obj.use = 'libdcp' obj.source = """ - test.cc + test.cc certificates_test.cc dcp_test.cc encryption_test.cc |
