Mercurial > hg > svcore
annotate base/test/files.pri @ 1713:978c143c767f
Merge from branch single-point
author | Chris Cannam |
---|---|
date | Fri, 17 May 2019 10:02:43 +0100 |
parents | 172bd3374adf |
children | 52705a328b34 |
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@1615 | 7 TestEventSeries.h \ |
Chris@1573 | 8 TestRangeMapper.h \ |
Chris@1407 | 9 TestScaleTickIntervals.h \ |
Chris@1265 | 10 TestStringBits.h \ |
Chris@1622 | 11 TestVampRealTime.h \ |
Chris@1622 | 12 StressEventSeries.h |
Chris@1260 | 13 |
Chris@1260 | 14 TEST_SOURCES += \ |
Chris@1260 | 15 svcore-base-test.cpp |