summaryrefslogtreecommitdiff
path: root/libs/ardour/test/test_util.cc
AgeCommit message (Collapse)Author
2016-09-19Copy UTF-8 test strings from libpbd tests into libardour test utilsTim Mayberry
Ideally these would be shared.
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
There were a few other small leaks in pbd and evoral test code but I didn't bother changing them. Perhaps this function would be better off in PBD:: so it can be used everywhere.
2015-08-05update unit-tests (new Dummy backend name since a9b6277)Robin Gareus
2015-02-15Add TestUI class to properly handle EventLoop invalidationTim Mayberry
This fixes the programming error: Session RT event... warnings while running ardour tests
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
this reverts 339670b
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
whe XMLTree goes out of scope, the root-node is deleted
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
of sessions. git-svn-id: svn://localhost/ardour2/branches/3.0@12760 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-18Do XML comparisons better in tests.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@12752 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-17Resurrect profiling code.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@12749 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
some Stateful object, and a subclass to use this for AutomationList. SharedStatefulProperty will manage undo / redo using full copies of the XML state, like MementoCommand, but does it within the Property undo system. git-svn-id: svn://localhost/ardour2/branches/3.0@12740 d708f5d6-7413-0410-9779-e7cbd77b26cf