summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-13 01:10:03 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-13 01:10:03 +0000
commitec6b451c615134984688a2085d6c3f9fcfa870bc (patch)
tree364e194c2edc0c2c7a62325b1e3ac01b85c35f2c /test/test.h
parent08feee25150ff15bad67087c80e44ba21e6ebd0d (diff)
Recover test config after config_test.cc runs.
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 96e850510..ff5a2a34e 100644
--- a/test/test.h
+++ b/test/test.h
@@ -26,6 +26,7 @@ class Image;
extern boost::filesystem::path private_data;
extern bool wait_for_jobs ();
+extern void setup_test_config ();
extern boost::shared_ptr<Film> new_test_film (std::string);
extern boost::shared_ptr<Film> new_test_film2 (std::string);
extern void check_dcp (boost::filesystem::path, boost::filesystem::path);