Use XMLNode::set_property API in xml tests
[ardour.git] / libs / pbd / test / test_common.h
index 0dc62f61dc8c1838350907d144defe5f1552f699..67aff40b38e25e1cbde1c735191d84f90095f067 100644 (file)
 
 #include "pbd/search_path.h"
 
-PBD::SearchPath test_search_path ();
+PBD::Searchpath test_search_path ();
+
+std::string test_output_directory (std::string prefix);
+
+void get_utf8_test_strings (std::vector<std::string>& results);
 
 #endif