diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-08 11:58:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-08 11:58:38 +0100 |
| commit | a353528b070fe264ce60220b4af07d0561494def (patch) | |
| tree | 341e62026ad366a548836019b49c5789e70525a7 /test/tests.cc | |
| parent | c1763d2ca9cb4dd38d9eec28f6304f45b29bf9d5 (diff) | |
Improve certificate handling a bit and fix up tests.encryption
Diffstat (limited to 'test/tests.cc')
| -rw-r--r-- | test/tests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.cc b/test/tests.cc index 49c6689f..acf3b990 100644 --- a/test/tests.cc +++ b/test/tests.cc @@ -79,6 +79,7 @@ static string test_corpus = "../libdcp-test"; #include "dcp_time_test.cc" #include "color_test.cc" #include "recovery_test.cc" +#include "certificates_test.cc" //BOOST_AUTO_TEST_CASE (crypt_chain) //{ @@ -88,4 +89,3 @@ static string test_corpus = "../libdcp-test"; //} //#include "encryption_test.cc" -//#include "certificates_test.cc" |
