Copy UTF-8 test strings from libpbd tests into libardour test utils
[ardour.git] / libs / ardour / test / test_util.h
index 85041f441ad1e12d456e1201fef62e4c1e343b33..839a6d2c97d3cd4b968cf4463090b0fac1bd2568 100644 (file)
@@ -43,4 +43,6 @@ extern void create_and_start_dummy_backend ();
 extern void stop_and_destroy_backend ();
 extern ARDOUR::Session* load_session (std::string, std::string);
 
+void get_utf8_test_strings (std::vector<std::string>& results);
+
 #endif