comparison sonic-visualiser.pro @ 1490:e4bd2a532ced 3.0-integration

More work on getting tests (especially file encoding ones) running on Windows. Various problems here to do with interaction with test filenames in Hg repos
author Chris Cannam
date Fri, 06 Jan 2017 15:44:55 +0000
parents 81e677e3336a
children e63cc95876cb
comparison
equal deleted inserted replaced
1489:48e7d1ab05f2 1490:e4bd2a532ced
1 1
2 TEMPLATE = subdirs 2 TEMPLATE = subdirs
3 3
4 !win* { 4 # We build the tests on every platform, though at the time of
5 # We should build and run the tests on any platform, 5 # writing they are only automatically run on non-Windows platforms
6 # but doing it automatically doesn't work so well from 6 # (because of the difficulty of getting them running nicely in the
7 # within an IDE on Windows, so remove that from here 7 # IDE without causing great confusion if a test fails).
8 SUBDIRS += \ 8 SUBDIRS += \
9 sub_test_svcore_base \ 9 sub_test_svcore_base \
10 sub_test_svcore_data_fileio \ 10 sub_test_svcore_data_fileio \
11 sub_test_svcore_data_model 11 sub_test_svcore_data_model
12 }
13 12
14 SUBDIRS += \ 13 SUBDIRS += \
15 checker \ 14 checker \
16 sub_server \ 15 sub_server \
17 sub_convert \ 16 sub_convert \