Various Doxygen fixes.
[dcpomatic.git] / test / interrupt_encoder_test.cc
index bca1bbc0bf117b052f27106826e20eb209442971..1068ed5b2089882b4f6e5b23521f9ae7edfbc72f 100644 (file)
 
 */
 
+/** @file  test/interrupt_encoder_test.cc
+ *  @brief Test clean shutdown of threads if a DCP encode is interrupted.
+ *  @ingroup specific
+ */
+
 #include "lib/film.h"
 #include "lib/dcp_content_type.h"
 #include "lib/ratio.h"
 #include "lib/ffmpeg_content.h"
 #include "lib/audio_content.h"
 #include "lib/job_manager.h"
+#include "lib/cross.h"
 #include "test.h"
 #include <boost/test/unit_test.hpp>
 
@@ -45,7 +51,7 @@ BOOST_AUTO_TEST_CASE (interrupt_encoder_test)
 
        film->make_dcp ();
 
-       sleep (10);
+       dcpomatic_sleep (10);
 
        JobManager::drop ();
 }