annotate 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
rev   line source
Chris@1279 1
Chris@517 2 TEMPLATE = subdirs
Chris@640 3
Chris@1330 4 !win* {
Chris@1330 5 # We should build and run the tests on any platform,
Chris@1330 6 # but doing it automatically doesn't work so well from
Chris@1330 7 # within an IDE on Windows, so remove that from here
Chris@1330 8 SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
Chris@1330 9 }
Chris@1330 10
Chris@1330 11 SUBDIRS += \
cannam@1285 12 checker \
Chris@1279 13 sub_server \
Chris@1297 14 sub_convert \
Chris@1279 15 sub_sv
Chris@563 16
Chris@1278 17 sub_server.file = server.pro
Chris@1297 18 sub_convert.file = convert.pro
Chris@1279 19 sub_sv.file = sv.pro