ardour/libs/ardour/test
Mads Kiilerich 9f69b8ccd9 tests: more helpful assertion failures from check_nodes
Tests would fail as:

  Test name: AutomationListPropertyTest::basicTest
  equality assertion failed
  - Expected: 4
  - Actual  : 5

It is slightly more informative when the size assertion is the last
check and it fails as:

  - Expected: state
  - Actual  : time-domain

The performance benefits from checking size first is not relevant.
2022-08-19 11:05:52 -06:00
..
data tests: update automation list reference data 2022-08-19 10:59:26 -06:00
profiling
audio_engine_test.cc
audio_engine_test.h
audio_region_read_test.cc
audio_region_read_test.h
audio_region_test.cc
audio_region_test.h
automation_list_property_test.cc Constification: make Stateful::get_state() const, with all other required const-ness added (libs) 2022-04-06 21:56:59 -06:00
automation_list_property_test.h
bbt_test.cc
bbt_test.h
combine_regions_test.cc
combine_regions_test.h
control_surfaces_test.cc
control_surfaces_test.h
dsp_load_calculator_test.cc
dsp_load_calculator_test.h
dummy_lxvst.cc
fpu_test.cc
fpu_test.h
load_save_session.cc
load_sessions_test.cc
load_sessions_test.h
lua_script_test.cc
lua_script_test.h
midi_clock_test.cc
midi_clock_test.h
mtdm_test.cc
mtdm_test.h
playlist_equivalent_regions_test.cc
playlist_equivalent_regions_test.h
playlist_layering_test.cc
playlist_layering_test.h
playlist_read_test.cc
playlist_read_test.h
plugins_test.cc
plugins_test.h
region_naming_test.cc
region_naming_test.h
resampled_source_test.cc
resampled_source_test.h
samplepos_minus_beats_test.cc
samplepos_minus_beats_test.h
samplepos_plus_beats_test.cc
samplepos_plus_beats_test.h
samplewalk_to_beats_test.cc
samplewalk_to_beats_test.h
session_test.cc
session_test.h
sha1_test.cc
sha1_test.h
tempo_test.cc
tempo_test.h
test_needing_session.cc
test_needing_session.h
test_receiver.h
test_ui.cc Replace Glib::Threads with PBD::Thread (2/2) 2022-03-01 01:34:35 +01:00
test_ui.h
test_util.cc tests: more helpful assertion failures from check_nodes 2022-08-19 11:05:52 -06:00
test_util.h
testrunner.cc