Add utility function to test lib to create a test directory

There is an identical function in libardour test support lib so we
should probably find a better place to put this at some point
This commit is contained in:
Tim Mayberry 2014-06-24 17:02:39 +10:00 committed by Paul Davis
parent 3b1a98f0ec
commit 94d8dfa256
2 changed files with 25 additions and 1 deletions

View file

@ -23,4 +23,6 @@
PBD::Searchpath test_search_path ();
std::string test_output_directory (std::string prefix);
#endif