diff options
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); |
