mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +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
3b1a98f0ec
commit
94d8dfa256
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