Mercurial > hg > svcore
annotate base/test/files.pri @ 1631:b2048f350906 single-point
Switch EventSeries to using a vector for m_events, so as to allow indexed access
author | Chris Cannam |
---|---|
date | Tue, 12 Mar 2019 14:14:00 +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 |