summaryrefslogtreecommitdiff
path: root/libs/ardour/test/test_util.cc
AgeCommit message (Expand)Author
2016-09-19Copy UTF-8 test strings from libpbd tests into libardour test utilsTim Mayberry
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-13allow to run unit-test under wine from srcdir.Robin Gareus
2015-09-05unit-test: set instance name to pre-configure dummy engineRobin Gareus
2015-08-18Add utility function to get windows packaging directory to avoid memory leaksTim Mayberry
2015-08-05update unit-tests (new Dummy backend name since a9b6277)Robin Gareus
2015-02-15Add TestUI class to properly handle EventLoop invalidationTim Mayberry
2015-02-15Move TestReceiver class in libardour tests into own header fileTim Mayberry
2015-02-15Add a few test util functions and refactor existing test codeTim Mayberry
2014-12-09remove superfluous PBD/ARDOUR:: init callsRobin Gareus
2014-12-05fix "expected" <> "actual" semantics in test-utilRobin Gareus
2014-12-03Test: print assert message if XML property mismatchRobin Gareus
2014-12-03Tests: ensure that libardour is initializedRobin Gareus
2014-12-03fix test segfaultRobin Gareus
2014-12-03use Dummy backend for testsRobin Gareus
2014-12-03Use PBD::tmp_writable_directory in libardour test_util.ccTim Mayberry
2014-12-03Move libardour test utility code into one source fileTim Mayberry
2013-10-11Fix ardour tests to work with new AudioEngine/Backends changesTim Mayberry
2013-10-11return bool in test util function to check writing xml to file is successfulTim Mayberry
2012-06-18Simple arrangement to run basic load tests on a corpusCarl Hetherington
2012-06-18Do XML comparisons better in tests.Carl Hetherington
2012-06-17Resurrect profiling code.Carl Hetherington
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington