It builds again.
[libdcp.git] / test / test.cc
index 72d0c7dd92797392024864c5686ce40394d2b1f2..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,7 +29,7 @@ struct TestConfig
 {
        TestConfig()
        {
-               libdcp::init ();
+               dcp::init ();
        }
 };
 
@@ -41,7 +42,7 @@ j2c (int)
 }
 
 boost::filesystem::path
-wav (libdcp::Channel)
+wav (dcp::Channel)
 {
        return "test/data/1s_24-bit_48k_silence.wav";
 }