comparison sonic-visualiser.pro @ 1330:f2ef4a7bdf16 3.0-integration

Re-enable unit tests
author Chris Cannam
date Mon, 14 Nov 2016 14:29:10 +0000
parents 337617d1d50a
children 587c0e53ea86
comparison
equal deleted inserted replaced
1329:2067e2c92cc8 1330:f2ef4a7bdf16
1 1
2 TEMPLATE = subdirs 2 TEMPLATE = subdirs
3 3
4 SUBDIRS = \ 4 !win* {
5 # We should build and run the tests on any platform,
6 # but doing it automatically doesn't work so well from
7 # within an IDE on Windows, so remove that from here
8 SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
9 }
10
11 SUBDIRS += \
5 checker \ 12 checker \
6 sub_server \ 13 sub_server \
7 sub_convert \ 14 sub_convert \
8 sub_sv 15 sub_sv
9 16