# HG changeset patch # User Chris Cannam # Date 1479133750 0 # Node ID f2ef4a7bdf16896066ab6f1c92dd239c64217397 # Parent 2067e2c92cc892b8a7ce5e53db415950074a75a7 Re-enable unit tests diff -r 2067e2c92cc8 -r f2ef4a7bdf16 sonic-visualiser.pro --- 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 \