Improve layout of drive-wipe warning dialogue.
[dcpomatic.git] / test / ffmpeg_dcp_test.cc
index d5a766d6a3234967a4cf390a0e569abf18d8455e..78847e40b9450464dc8bea3924051e79774fa4f3 100644 (file)
@@ -57,7 +57,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_dcp_test)
 }
 
 /** Briefly test Film::cpls().  Requires the output from ffmpeg_dcp_test above */
-BOOST_AUTO_TEST_CASE (ffmpeg_have_dcp_test)
+BOOST_AUTO_TEST_CASE (ffmpeg_have_dcp_test, * boost::unit_test::depends_on("ffmpeg_dcp_test"))
 {
        boost::filesystem::path p = test_film_dir ("ffmpeg_dcp_test");
        shared_ptr<Film> film (new Film (p));