summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-05 14:52:08 +0200
committerRobin Gareus <robin@gareus.org>2019-09-05 14:52:08 +0200
commit01c5aa34c69cebf2816f5ea42bccbdd9b80145d0 (patch)
treefef1d32787a6749d7d1bcbeda65359ee1571f1cb /libs/ardour/wscript
parent5dfb729155e19960e99ca973947bdbb680e6630f (diff)
Update MClk unit-test - new transportmaster API
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript4
1 files changed, 2 insertions, 2 deletions
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