X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.h;h=10113b66276afae11a42af1a2cb442bfe05aba0c;hb=69326e73b29be371dacbdacd741a0a88a5ef1a5b;hp=2b01db294286743dbca0a2631ff72c6f8174be5a;hpb=e1555a8837da05f135a3705112469206fc17ec80;p=dcpomatic.git diff --git a/test/test.h b/test/test.h index 2b01db294..10113b662 100644 --- a/test/test.h +++ b/test/test.h @@ -19,7 +19,6 @@ */ -#include "lib/warnings.h" #include "lib/types.h" #include #include @@ -77,6 +76,7 @@ extern void make_random_file (boost::filesystem::path path, size_t size); extern void make_and_verify_dcp (std::shared_ptr film, std::vector ignore = {}); extern void check_int_close (int a, int b, int d); extern void check_int_close (std::pair, std::pair, int d); +extern boost::filesystem::path find_file (boost::filesystem::path dir, std::string filename_part); class LogSwitcher