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 17a984aa30
commit 439f68bdc9
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