comparison sonic-annotator.pro @ 290:6122159556bd

Update subrepos to SV 3.0beta1 level
author Chris Cannam
date Fri, 13 Jan 2017 10:53:47 +0000
parents d7bbc5b03619
children e16e4cda23b9
comparison
equal deleted inserted replaced
289:d9f6b5fcde6a 290:6122159556bd
1 TEMPLATE = subdirs 1 TEMPLATE = subdirs
2 2
3 !win* { 3 # We build the tests on every platform, though at the time of
4 # We should build and run the tests on any platform, 4 # writing they are only automatically run on non-Windows platforms
5 # but doing it automatically doesn't work so well from 5 # (because of the difficulty of getting them running nicely in the
6 # within an IDE on Windows, so remove that from here 6 # IDE without causing great confusion if a test fails).
7 SUBDIRS += \ 7 SUBDIRS += \
8 sub_test_svcore_base \ 8 sub_test_svcore_base \
9 sub_test_svcore_data_fileio 9 sub_test_svcore_data_fileio
10 }
11 10
12 SUBDIRS += sub_runner 11 SUBDIRS += sub_runner
13 12
14 sub_test_svcore_base.file = test-svcore-base.pro 13 sub_test_svcore_base.file = test-svcore-base.pro
15 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro 14 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro