comparison sonic-visualiser.pro @ 987:fc0ce89208d8

Tidy dense time-value model API a bit; add first simple unit test for FFT model
author Chris Cannam
date Wed, 10 Jun 2015 17:06:02 +0100
parents 10e3c2c5e569
children 28ccb621d1af
comparison
equal deleted inserted replaced
986:f2012eefe07a 987:fc0ce89208d8
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 8 SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
9 } 9 }
10 10
11 sub_sv.file = sv.pro 11 sub_sv.file = sv.pro
12 12
13 sub_dataquay.file = dataquay/lib.pro 13 sub_dataquay.file = dataquay/lib.pro