13
0

Use hardware optimization when running tests.

git-svn-id: svn://localhost/ardour2/branches/3.0@12748 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-06-17 21:19:53 +00:00
parent 95377c141c
commit 5b0ade2527

View File

@ -44,7 +44,7 @@ main(int argc, char* argv[])
}
}
ARDOUR::init (false, false);
ARDOUR::init (false, true);
CppUnit::TestResult testresult;