Call ARDOUR::cleanup at the end of libardour tests (from
Tim Mayberry). git-svn-id: svn://localhost/ardour2/branches/3.0@12579 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
070e724190
commit
3dfb0c7ae9
@ -60,6 +60,8 @@ main(int argc, char* argv[])
|
||||
|
||||
CppUnit::CompilerOutputter compileroutputter (&collectedresults, std::cerr);
|
||||
compileroutputter.write ();
|
||||
|
||||
ARDOUR::cleanup ();
|
||||
|
||||
return collectedresults.wasSuccessful () ? 0 : 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user