diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-09 16:42:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-11 22:24:28 +0100 |
| commit | ffe35585f08d0a5aeccf3e32f9c4cd2a5a6f43f5 (patch) | |
| tree | e570ca8bf2b95c0ece69dfe5aaf8e4ceb51f324c /test/test.h | |
| parent | bc36ddea65fda2088f7e8fa98390e3feac07df84 (diff) | |
Add failing test for one short-reel possibility.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 3a11effa1..c94bad595 100644 --- a/test/test.h +++ b/test/test.h @@ -26,6 +26,12 @@ class Image; extern boost::filesystem::path private_data; +class TestPaths +{ +public: + static boost::filesystem::path xsd; +}; + extern bool wait_for_jobs (); extern void setup_test_config (); extern boost::shared_ptr<Film> new_test_film (std::string); |
