summaryrefslogtreecommitdiff
path: root/libs/ardour/test
AgeCommit message (Expand)Author
2015-08-03sha1: cleanup & separate unit testRobin 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
2015-01-07MusicalTime => Beats.David Robillard
2014-12-09remove superfluous PBD/ARDOUR:: init callsRobin Gareus
2014-12-05fix small memory leak in the testsRobin Gareus
2014-12-05update to 'new' ControlList APIRobin Gareus
2014-12-05fix "expected" <> "actual" semantics in test-utilRobin Gareus
2014-12-04actual expected test results:Robin Gareus
2014-12-04make all tests passRobin Gareus
2014-12-03Test: update AutomationList properties for v3.5Robin Gareus
2014-12-03Test: print assert message if XML property mismatchRobin Gareus
2014-12-03fix audioengine use in unit-tests.Robin Gareus
2014-12-03fix MTDM testRobin 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-03Fixes for AudioEngine testTim Mayberry
2014-12-03Remove unused test_common.h/cc filesTim Mayberry
2014-12-03Move libardour test utility code into one source fileTim Mayberry
2014-11-25Fix build of evoral testsColin Fletcher
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2014-03-10Transfer 'midi_patch_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Create 'libs/ardour/search_paths.cc/.h' and transfer backend_search_path() t...John Emmas
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-02Fix tests compilation after Control API changesJulien de Kozak
2013-12-19interpolation_test: add some necessary assertions Hans Baier
2013-12-07A few basic tests for AudioEngineTim Mayberry
2013-10-15Merge branch 'master' into windowsPaul Davis
2013-10-14Merge branch 'master' into windows+ccJohn Emmas
2013-10-11Fix ardour tests to work with new AudioEngine/Backends changesTim Mayberry
2013-10-11Write state data from automation list test to check why test is failingTim Mayberry
2013-10-11Add arg to test function to be able to prefix test output directoryTim Mayberry
2013-10-11return bool in test util function to check writing xml to file is successfulTim Mayberry
2013-10-11Use test_search_path to find test data files for automation testTim Mayberry
2013-10-11Update test to use correct SourceFactory::createWritable APITim Mayberry
2013-10-11Delete test_globals.h/cc now that the contents has moved to test_common.h/ccTim Mayberry
2013-10-11Add get_test_sample_rate to common test functions in libardour testsTim Mayberry
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-09-06Add test for writing a jack config fileTim Mayberry
2013-09-06Remove ARDOUR::start_jack_server now that jack autostart works on windowsTim Mayberry
2013-08-04'libs/ardour' - Platform specific changes and includesJohn Emmas
2013-07-15Add JACK utility functions in libardour and testPaul Davis
2013-07-15Add basic test for PluginManager and LADSPA pluginsPaul Davis
2013-07-11Use g_random_int instead of ::random for portabilityPaul Davis
2013-07-11Fix portability of test and use temporary testPaul Davis