13
0

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:
Carl Hetherington 2012-06-06 11:58:28 +00:00
parent 070e724190
commit 3dfb0c7ae9

View File

@ -61,5 +61,7 @@ main(int argc, char* argv[])
CppUnit::CompilerOutputter compileroutputter (&collectedresults, std::cerr);
compileroutputter.write ();
ARDOUR::cleanup ();
return collectedresults.wasSuccessful () ? 0 : 1;
}