It builds again.
[libdcp.git] / test / test.cc
index 926eb0fb5b9e3f46348e7395425c9ec795824162..f30a9db8470a09301ef7cd4ff2d1158765239d86 100644 (file)
@@ -21,6 +21,7 @@
 #define BOOST_TEST_MODULE libdcp_test
 #include <boost/test/unit_test.hpp>
 #include "util.h"
+#include "test.h"
 
 using std::string;
 
@@ -28,20 +29,20 @@ struct TestConfig
 {
        TestConfig()
        {
-               libdcp::init ();
+               dcp::init ();
        }
 };
 
 BOOST_GLOBAL_FIXTURE (TestConfig);
 
-string
+boost::filesystem::path
 j2c (int)
 {
        return "test/data/32x32_red_square.j2c";
 }
 
-string
-wav (libdcp::Channel)
+boost::filesystem::path
+wav (dcp::Channel)
 {
        return "test/data/1s_24-bit_48k_silence.wav";
 }