X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fwscript;h=27a9ed03806aefdc7a3cd1884c733092087a1ce6;hb=1dc8d99d78908222545e78f41cff08896f46a529;hp=2312c363d2df92ff98ddc2f99c23edfa5eb2ca58;hpb=d825f20a324dc05fae612b748c579c22df88a471;p=ardour.git diff --git a/libs/ardour/wscript b/libs/ardour/wscript index 2312c363d2..27a9ed0380 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -423,9 +423,9 @@ def build(bld): testobj.source = ''' test/dummy_lxvst.cc test/test_needing_session.cc - test/test_needing_playlist_and_regions.cc - test/test_globals.cc test/audio_region_test.cc + test/test_globals.cc + test/audio_region_read_test.cc test/bbt_test.cc test/tempo_test.cc test/interpolation_test.cc @@ -437,6 +437,8 @@ def build(bld): test/playlist_layering_test.cc test/playlist_read_test.cc test/control_surfaces_test.cc + test/combine_regions_test.cc + test/mtdm_test.cc test/testrunner.cc '''.split()