Move make_simple() into test.{cc,h}
[libdcp.git] / test / test.h
index db33067c1b4c0f795bc23e3f10aff54bfb58cb4d..4d53d49fad3928e2b7253e2e4e5f5a8d60c2a4de 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
@@ -23,12 +23,17 @@ namespace xmlpp {
        class Element;
 }
 
+namespace dcp {
+       class DCP;
+}
+
 extern boost::filesystem::path private_test;
 extern boost::filesystem::path xsd_test;
 
 extern void check_xml (xmlpp::Element* ref, xmlpp::Element* test, std::list<std::string> ignore);
 extern void check_xml (std::string ref, std::string test, std::list<std::string> ignore);
 extern void check_file (boost::filesystem::path ref, boost::filesystem::path check);
+extern boost::shared_ptr<dcp::DCP> make_simple (boost::filesystem::path path);
 
 /** Creating an object of this class will make asdcplib's random number generation
  *  (more) predictable.