diff 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
line wrap: on
line diff
--- a/sonic-visualiser.pro	Thu Jun 07 15:35:37 2018 +0100
+++ b/sonic-visualiser.pro	Thu Jun 07 16:26:38 2018 +0100
@@ -10,6 +10,7 @@
 # IDE without causing great confusion if a test fails).
 SUBDIRS += \
         sub_test_svcore_base \
+        sub_test_svcore_system \
         sub_test_svcore_data_fileio \
         sub_test_svcore_data_model
 
@@ -22,6 +23,7 @@
 sub_base.file = base.pro
         
 sub_test_svcore_base.file = test-svcore-base.pro
+sub_test_svcore_system.file = test-svcore-system.pro
 sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
 sub_test_svcore_data_model.file = test-svcore-data-model.pro