Mercurial > hg > svcore
annotate base/test/files.pri @ 1688:901f37d32060
Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead
author | Chris Cannam |
---|---|
date | Thu, 04 Apr 2019 11:15:43 +0100 |
parents | f04038819c26 |
children | 23a29e5dc0e9 |
rev | line source |
---|---|
Chris@1260 | 1 TEST_HEADERS = \ |
Chris@1392 | 2 TestColumnOp.h \ |
Chris@1392 | 3 TestLogRange.h \ |
Chris@1573 | 4 TestMovingMedian.h \ |
Chris@1392 | 5 TestOurRealTime.h \ |
Chris@1260 | 6 TestPitch.h \ |
Chris@1573 | 7 TestRangeMapper.h \ |
Chris@1407 | 8 TestScaleTickIntervals.h \ |
Chris@1265 | 9 TestStringBits.h \ |
Chris@1392 | 10 TestVampRealTime.h |
Chris@1260 | 11 |
Chris@1260 | 12 TEST_SOURCES += \ |
Chris@1260 | 13 svcore-base-test.cpp |