From 01c5aa34c69cebf2816f5ea42bccbdd9b80145d0 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 5 Sep 2019 14:52:08 +0200 Subject: Update MClk unit-test - new transportmaster API --- libs/ardour/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/wscript') diff --git a/libs/ardour/wscript b/libs/ardour/wscript index d3e55320ca..c952d6aa0c 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -521,7 +521,7 @@ def build(bld): create_ardour_test_program(bld, obj.includes, 'bbt', 'test_bbt', ['test/bbt_test.cc']) create_ardour_test_program(bld, obj.includes, 'tempo', 'test_tempo', ['test/tempo_test.cc']) create_ardour_test_program(bld, obj.includes, 'lua_script', 'test_lua_script', ['test/lua_script_test.cc']) - create_ardour_test_program(bld, obj.includes, 'midi_clock_slave', 'test_midi_clock_slave', ['test/midi_clock_slave_test.cc']) + create_ardour_test_program(bld, obj.includes, 'midi_clock', 'test_midi_clock', ['test/midi_clock_test.cc']) create_ardour_test_program(bld, obj.includes, 'resampled_source', 'test_resampled_source', ['test/resampled_source_test.cc']) create_ardour_test_program(bld, obj.includes, 'samplewalk_to_beats', 'test_samplewalk_to_beats', ['test/samplewalk_to_beats_test.cc']) create_ardour_test_program(bld, obj.includes, 'samplepos_plus_beats', 'test_samplepos_plus_beats', ['test/samplepos_plus_beats_test.cc']) @@ -542,7 +542,7 @@ def build(bld): test/dsp_load_calculator_test.cc test/tempo_test.cc test/lua_script_test.cc - test/midi_clock_slave_test.cc + test/midi_clock_test.cc test/resampled_source_test.cc test/samplewalk_to_beats_test.cc test/samplepos_plus_beats_test.cc -- cgit v1.2.3