Missing include install.
[libdcp.git] / test / tests.cc
index 1a29857aa63c83446060e6e7d90eea9535812584..49c6689ff8efb6d80672df9ada597454337d9b67 100644 (file)
@@ -68,6 +68,10 @@ wav (libdcp::Channel)
        return "test/data/1s_24-bit_48k_silence.wav";
 }
 
+static string test_corpus = "../libdcp-test";
+
+#include "kdm_test.cc"
+#include "decryption_test.cc"
 #include "dcp_test.cc"
 #include "error_test.cc"
 #include "read_dcp_test.cc"
@@ -76,12 +80,12 @@ wav (libdcp::Channel)
 #include "color_test.cc"
 #include "recovery_test.cc"
 
-BOOST_AUTO_TEST_CASE (crypt_chain)
-{
-       boost::filesystem::remove_all ("build/test/crypt");
-       boost::filesystem::create_directory ("build/test/crypt");
-       libdcp::make_crypt_chain ("build/test/crypt");
-}
+//BOOST_AUTO_TEST_CASE (crypt_chain)
+//{
+//     boost::filesystem::remove_all ("build/test/crypt");
+//     boost::filesystem::create_directory ("build/test/crypt");
+//     libdcp::make_crypt_chain ("build/test/crypt");
+//}
 
-#include "encryption_test.cc"
-#include "certificates_test.cc"
+//#include "encryption_test.cc"
+//#include "certificates_test.cc"