Add a FIXME.
[libsub.git] / test / test.h
index a8986949f5f67f0a8a07866c4e58fb1bb5c44f27..eca271f722fc63b29cc1172545633fe83cb83429 100644 (file)
@@ -18,5 +18,9 @@
 */
 
 #include <string>
+#include <boost/filesystem.hpp>
 
-void check_text (std::string a, std::string b);
+extern boost::filesystem::path private_test;
+
+void check_text (boost::filesystem::path a, boost::filesystem::path b);
+void check_file (boost::filesystem::path a, boost::filesystem::path b);