mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 05:36:31 +01:00
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:
parent
17a984aa30
commit
439f68bdc9
2 changed files with 25 additions and 1 deletions
|
|
@ -23,4 +23,6 @@
|
|||
|
||||
PBD::Searchpath test_search_path ();
|
||||
|
||||
std::string test_output_directory (std::string prefix);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue