annotate data/model/test/files.pri @ 1812:8a06e16948d7

Create target model without extents (we now have two separate constructors for this, the second one creates a model with extents even if both are zero)
author Chris Cannam
date Wed, 08 Jan 2020 15:26:28 +0000
parents 560453546749
children
rev   line source
Chris@1260 1 TEST_HEADERS += \
Chris@1260 2 Compares.h \
Chris@1260 3 MockWaveModel.h \
Chris@1528 4 TestFFTModel.h \
Chris@1609 5 TestSparseModels.h \
Chris@1537 6 TestWaveformOversampler.h \
Chris@1528 7 TestZoomConstraints.h
Chris@1260 8
Chris@1260 9 TEST_SOURCES += \
Chris@1260 10 MockWaveModel.cpp \
Chris@1260 11 svcore-data-model-test.cpp