Comments.
[libdcp.git] / test / tests.cc
index 4fc81571acde3a5889cc0331105d5fc52d1c0597..42198abdb5ffd943cccae3abc69d360c7bc99852 100644 (file)
@@ -70,7 +70,11 @@ wav (libdcp::Channel)
 
 static string test_corpus = "../libdcp-test";
 
+#include "utc_offset_to_string_test.cc"
+#include "lut_test.cc"
+#include "util_test.cc"
 #include "decryption_test.cc"
+#include "kdm_test.cc"
 #include "dcp_test.cc"
 #include "error_test.cc"
 #include "read_dcp_test.cc"
@@ -78,13 +82,13 @@ 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)
-//{
-//     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"