changeset 1330:f2ef4a7bdf16 3.0-integration

Re-enable unit tests
author Chris Cannam
date Mon, 14 Nov 2016 14:29:10 +0000
parents 2067e2c92cc8
children 7b46591ba12d
files sonic-visualiser.pro
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sonic-visualiser.pro	Thu Nov 10 09:58:28 2016 +0000
+++ b/sonic-visualiser.pro	Mon Nov 14 14:29:10 2016 +0000
@@ -1,7 +1,14 @@
 
 TEMPLATE = subdirs
 
-SUBDIRS = \
+!win* {
+    # 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 += \
 	checker \
 	sub_server \
         sub_convert \