projects
/
dcpomatic.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add failing test for one short-reel possibility.
[dcpomatic.git]
/
test
/
test.h
diff --git
a/test/test.h
b/test/test.h
index
3a11eff
..
c94bad5
100644
(file)
--- 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);