Add ContentTimePeriod class.
[dcpomatic.git] / test / test.cc
index 3f044acf1fc97ffa7cde203e7127bea7b5c1aa0f..f57023836bcf5d38a2dbc4b23b8f635a26d76b5c 100644 (file)
 
 */
 
+/** @file  test/test.cc
+ *  @brief Overall test stuff and useful methods for tests.
+ */
+
 #include <vector>
 #include <list>
 #include <Magick++.h>
@@ -72,6 +76,11 @@ struct TestConfig
 
                ui_signaller = new TestUISignaller ();
        }
+
+       ~TestConfig ()
+       {
+               JobManager::drop ();
+       }
 };
 
 BOOST_GLOBAL_FIXTURE (TestConfig);