X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftests.cc;h=42198abdb5ffd943cccae3abc69d360c7bc99852;hb=afeea0415dd56a3106a4c71df2e4a6ccc2d72e74;hp=4fc81571acde3a5889cc0331105d5fc52d1c0597;hpb=dcccb2dd1d180b8be67e539395dccbe82b0fb5a8;p=libdcp.git diff --git a/test/tests.cc b/test/tests.cc index 4fc81571..42198abd 100644 --- a/test/tests.cc +++ b/test/tests.cc @@ -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"