Add failing test for one short-reel possibility.
[dcpomatic.git] / test / test.cc
index c0d5d776f17b89a0a00e738aa44a2f8526caee18..b111a3b6b85a62dfe591e81aac2c78c2aae822b1 100644 (file)
@@ -72,6 +72,7 @@ using boost::scoped_array;
 using boost::dynamic_pointer_cast;
 
 boost::filesystem::path private_data = boost::filesystem::canonical(boost::filesystem::path ("..") / boost::filesystem::path ("dcpomatic-test-private"));
+boost::filesystem::path TestPaths::xsd = boost::filesystem::canonical(boost::filesystem::path("..") / boost::filesystem::path("libdcp") / boost::filesystem::path("xsd"));
 
 void
 setup_test_config ()