Mercurial > hg > sonic-visualiser
comparison sonic-visualiser.pro @ 1332:587c0e53ea86 3.0-integration
Rearrange svcore tests so they can all be built from the top level
author | Chris Cannam |
---|---|
date | Mon, 14 Nov 2016 17:53:16 +0000 |
parents | f2ef4a7bdf16 |
children | 81e677e3336a |
comparison
equal
deleted
inserted
replaced
1331:7b46591ba12d | 1332:587c0e53ea86 |
---|---|
3 | 3 |
4 !win* { | 4 !win* { |
5 # We should build and run the tests on any platform, | 5 # We should build and run the tests on any platform, |
6 # but doing it automatically doesn't work so well from | 6 # but doing it automatically doesn't work so well from |
7 # within an IDE on Windows, so remove that from here | 7 # within an IDE on Windows, so remove that from here |
8 SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test | 8 SUBDIRS += \ |
9 sub_test_svcore_base \ | |
10 sub_test_svcore_data_fileio \ | |
11 sub_test_svcore_data_model | |
9 } | 12 } |
10 | 13 |
11 SUBDIRS += \ | 14 SUBDIRS += \ |
12 checker \ | 15 checker \ |
13 sub_server \ | 16 sub_server \ |
14 sub_convert \ | 17 sub_convert \ |
15 sub_sv | 18 sub_sv |
16 | 19 |
20 sub_test_svcore_base.file = test-svcore-base.pro | |
21 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro | |
22 sub_test_svcore_data_model.file = test-svcore-data-model.pro | |
23 | |
17 sub_server.file = server.pro | 24 sub_server.file = server.pro |
18 sub_convert.file = convert.pro | 25 sub_convert.file = convert.pro |
19 sub_sv.file = sv.pro | 26 sub_sv.file = sv.pro |