Use XMLNode::set_property API in xml tests
[ardour.git] / libs / pbd / test / test_common.h
index 825c01fecbbcb30affe1221ec813b708b5e22afe..67aff40b38e25e1cbde1c735191d84f90095f067 100644 (file)
@@ -23,4 +23,8 @@
 
 PBD::Searchpath test_search_path ();
 
+std::string test_output_directory (std::string prefix);
+
+void get_utf8_test_strings (std::vector<std::string>& results);
+
 #endif