Fix binary STL output with subs that are too big for a single TTI block.
[libsub.git] / test / test.h
index 8bc6e3d7ab68b7f433090a95aa34bef7525eee5f..eca271f722fc63b29cc1172545633fe83cb83429 100644 (file)
@@ -18,9 +18,9 @@
 */
 
 #include <string>
+#include <boost/filesystem.hpp>
 
-using std::string;
+extern boost::filesystem::path private_test;
 
-extern string private_test;
-
-void check_text (std::string a, std::string b);
+void check_text (boost::filesystem::path a, boost::filesystem::path b);
+void check_file (boost::filesystem::path a, boost::filesystem::path b);