diff sonic-visualiser.pro @ 1332:587c0e53ea86 3.0-integration

Rearrange svcore tests so they can all be built from the top level
author Chris Cannam
date Mon, 14 Nov 2016 17:53:16 +0000
parents f2ef4a7bdf16
children 81e677e3336a
line wrap: on
line diff
--- a/sonic-visualiser.pro	Mon Nov 14 15:00:29 2016 +0000
+++ b/sonic-visualiser.pro	Mon Nov 14 17:53:16 2016 +0000
@@ -5,7 +5,10 @@
     # We should build and run the tests on any platform,
     # but doing it automatically doesn't work so well from
     # within an IDE on Windows, so remove that from here
-    SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
+    SUBDIRS += \
+	sub_test_svcore_base \
+        sub_test_svcore_data_fileio \
+        sub_test_svcore_data_model
 }
 
 SUBDIRS += \
@@ -14,6 +17,10 @@
         sub_convert \
 	sub_sv
 
+sub_test_svcore_base.file = test-svcore-base.pro
+sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
+sub_test_svcore_data_model.file = test-svcore-data-model.pro
+
 sub_server.file = server.pro
 sub_convert.file = convert.pro
 sub_sv.file = sv.pro