comparison sonic-visualiser.pro @ 1852:df146330bc34 plugin-path-config

System library test program (beginnings of)
author Chris Cannam
date Thu, 07 Jun 2018 16:26:38 +0100
parents e63cc95876cb
children 1799e90689b5
comparison
equal deleted inserted replaced
1851:23357d224416 1852:df146330bc34
8 # writing they are only automatically run on non-Windows platforms 8 # writing they are only automatically run on non-Windows platforms
9 # (because of the difficulty of getting them running nicely in the 9 # (because of the difficulty of getting them running nicely in the
10 # IDE without causing great confusion if a test fails). 10 # IDE without causing great confusion if a test fails).
11 SUBDIRS += \ 11 SUBDIRS += \
12 sub_test_svcore_base \ 12 sub_test_svcore_base \
13 sub_test_svcore_system \
13 sub_test_svcore_data_fileio \ 14 sub_test_svcore_data_fileio \
14 sub_test_svcore_data_model 15 sub_test_svcore_data_model
15 16
16 SUBDIRS += \ 17 SUBDIRS += \
17 checker \ 18 checker \
20 sub_sv 21 sub_sv
21 22
22 sub_base.file = base.pro 23 sub_base.file = base.pro
23 24
24 sub_test_svcore_base.file = test-svcore-base.pro 25 sub_test_svcore_base.file = test-svcore-base.pro
26 sub_test_svcore_system.file = test-svcore-system.pro
25 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro 27 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
26 sub_test_svcore_data_model.file = test-svcore-data-model.pro 28 sub_test_svcore_data_model.file = test-svcore-data-model.pro
27 29
28 sub_server.file = server.pro 30 sub_server.file = server.pro
29 sub_convert.file = convert.pro 31 sub_convert.file = convert.pro