..
data
add new files from test changes by timbyr
2013-07-11 11:10:56 -04:00
profiling
Fix ardour tests to work with new AudioEngine/Backends changes
2013-10-11 22:36:19 +10:00
audio_engine_test.cc
Create 'libs/ardour/search_paths.cc/.h' and transfer backend_search_path() to it
2014-03-10 16:24:05 +00:00
audio_engine_test.h
A few basic tests for AudioEngine
2013-12-07 20:48:19 +10:00
audio_region_read_test.cc
Delete test_globals.h/cc now that the contents has moved to test_common.h/cc
2013-10-11 22:36:19 +10:00
audio_region_read_test.h
Clean up libardour tests a bit.
2012-06-09 23:07:27 +00:00
audio_region_test.cc
Update test to use correct SourceFactory::createWritable API
2013-10-11 22:36:19 +10:00
audio_region_test.h
Clean up libardour tests a bit.
2012-06-09 23:07:27 +00:00
automation_list_property_test.cc
Write state data from automation list test to check why test is failing
2013-10-11 22:36:19 +10:00
automation_list_property_test.h
Add new SharedStatefulProperty which manages a shared_ptr to
2012-06-16 17:20:10 +00:00
bbt_test.cc
remove body of no-longer-relevant tempo-related test
2012-01-03 17:36:40 +00:00
bbt_test.h
combine_regions_test.cc
Fix compilation with --test.
2013-01-20 18:23:42 +00:00
combine_regions_test.h
Add test for compound regions with the layering
2012-06-10 13:07:39 +00:00
control_surfaces_test.cc
Fix tests compilation after Control API changes
2014-01-02 09:00:58 -05:00
control_surfaces_test.h
Clean up libardour tests a bit.
2012-06-09 23:07:27 +00:00
dummy_lxvst.cc
Fix test build.
2012-03-09 21:23:11 +00:00
framepos_minus_beats_test.cc
Similar hacks to framepos_minus_beats to handle -ve
2011-12-11 21:14:35 +00:00
framepos_minus_beats_test.h
Keep track of MIDI region's start positions in beats, to
2011-12-11 14:50:36 +00:00
framepos_plus_beats_test.cc
Reverse parameters to CPPUNIT_ASSERT_EQUAL so its assert
2012-01-03 14:32:17 +00:00
framepos_plus_beats_test.h
Add fixed-up framepos_plus_beats() and use it for the BeatsFramesConverter, since it only ever passed in beats to framepos_plus_bbt anyway.
2011-12-10 13:49:08 +00:00
framewalk_to_beats_test.cc
twiddle with one test explanation to help paul reason about it
2012-01-06 20:28:40 +00:00
framewalk_to_beats_test.h
Fix framewalk_to_beats when it traverses more than one
2011-12-10 20:23:59 +00:00
interpolation_test.cc
interpolation_test: add some necessary assertions
2013-12-19 05:31:39 +07:00
interpolation_test.h
jack_utils_test.cc
Add test for writing a jack config file
2013-09-06 14:30:38 +10:00
jack_utils_test.h
Remove ARDOUR::start_jack_server now that jack autostart works on windows
2013-09-06 14:30:19 +10:00
load_session.cc
Fix ardour tests to work with new AudioEngine/Backends changes
2013-10-11 22:36:19 +10:00
load_sessions_test.cc
Add test for loading sessions, and a session with a
2012-06-26 18:47:20 +00:00
load_sessions_test.h
Add test for loading sessions, and a session with a
2012-06-26 18:47:20 +00:00
midi_clock_slave_test.cc
Use g_random_int instead of ::random for portability
2013-07-11 11:38:46 -04:00
midi_clock_slave_test.h
Fix a few framecnt / framepos type confusions.
2012-04-14 22:04:51 +00:00
mtdm_test.cc
Fix libardour test build.
2012-11-15 19:46:40 +00:00
mtdm_test.h
Minor tidy-ups to MTDM code; add test.
2012-06-01 16:52:56 +00:00
playlist_equivalent_regions_test.cc
Simple test for playlist region equivalency.
2012-06-14 13:01:32 +00:00
playlist_equivalent_regions_test.h
Simple test for playlist region equivalency.
2012-06-14 13:01:32 +00:00
playlist_layering_test.cc
Clean up libardour tests a bit.
2012-06-09 23:07:27 +00:00
playlist_layering_test.h
Clean up libardour tests a bit.
2012-06-09 23:07:27 +00:00
playlist_read_test.cc
Delete test_globals.h/cc now that the contents has moved to test_common.h/cc
2013-10-11 22:36:19 +10:00
playlist_read_test.h
Clean up libardour tests a bit.
2012-06-09 23:07:27 +00:00
plugins_test.cc
Transfer 'midi_patch_search_path()' into 'libs/ardour/search_paths.cc'
2014-03-10 16:24:08 +00:00
plugins_test.h
Add basic test for PluginManager and LADSPA plugins
2013-07-15 12:40:06 -04:00
region_naming_test.cc
Use a map of region names to speed up
2012-06-18 16:57:03 +00:00
region_naming_test.h
Use a map of region names to speed up
2012-06-18 16:57:03 +00:00
resampled_source_test.cc
Rename PBD::find_file_in_search_path to just PBD::find_file
2014-08-17 18:36:02 -04:00
resampled_source_test.h
Add simple framewalk_to_beats test and normalise naming
2011-12-09 19:59:23 +00:00
session_test.cc
Fix ardour tests to work with new AudioEngine/Backends changes
2013-10-11 22:36:19 +10:00
session_test.h
add new files from test changes by timbyr
2013-07-11 11:10:56 -04:00
tempo_test.cc
Fairly major change to the way in which crossfades are handled;
2012-04-16 16:32:22 +00:00
tempo_test.h
Add TestNeedingSession and add missing tempo_test.h
2012-01-03 16:05:25 +00:00
test_common.cc
Merge branch 'master' into windows
2013-10-15 11:17:12 -04:00
test_common.h
Merge branch 'master' into windows
2013-10-15 11:17:12 -04:00
test_needing_session.cc
Fix ardour tests to work with new AudioEngine/Backends changes
2013-10-11 22:36:19 +10:00
test_needing_session.h
Add TestNeedingPlaylistAndRegions
2012-01-03 21:12:53 +00:00
test_util.cc
Fix ardour tests to work with new AudioEngine/Backends changes
2013-10-11 22:36:19 +10:00
test_util.h
return bool in test util function to check writing xml to file is successful
2013-10-11 22:36:19 +10:00
testrunner.cc
Fix tests compilation
2013-03-30 18:39:43 +01:00