annotate base/test/files.pri @ 1742:52705a328b34 by-id

Rejig ById so as to put everything in a single pool, so that at the core you can go from numeric id (untyped) to anything the object can be dynamic_cast to. Useful for building other abstractions like PlayParameter-type registrations that don't know about e.g. Models. Probably some more tweaking needed. Also add tests
author Chris Cannam
date Fri, 28 Jun 2019 17:36:30 +0100
parents 172bd3374adf
children
rev   line source
Chris@1260 1 TEST_HEADERS = \
Chris@1742 2 TestById.h \
Chris@1392 3 TestColumnOp.h \
Chris@1392 4 TestLogRange.h \
Chris@1573 5 TestMovingMedian.h \
Chris@1392 6 TestOurRealTime.h \
Chris@1260 7 TestPitch.h \
Chris@1615 8 TestEventSeries.h \
Chris@1573 9 TestRangeMapper.h \
Chris@1407 10 TestScaleTickIntervals.h \
Chris@1265 11 TestStringBits.h \
Chris@1622 12 TestVampRealTime.h \
Chris@1622 13 StressEventSeries.h
Chris@1260 14
Chris@1260 15 TEST_SOURCES += \
Chris@1260 16 svcore-base-test.cpp