Mercurial > hg > svcore
annotate base/test/files.pri @ 1651:7a56bb85030f single-point
Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too)
author | Chris Cannam |
---|---|
date | Mon, 18 Mar 2019 14:17:20 +0000 |
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 |