Clean up libardour tests a bit.
[ardour.git] / libs / ardour / wscript
index 2312c363d2df92ff98ddc2f99c23edfa5eb2ca58..27a9ed03806aefdc7a3cd1884c733092087a1ce6 100644 (file)
@@ -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()