annotate data/model/test/files.pri @ 1881:b504df98c3be

Ensure completion on output model is started at zero, so if it's checked before the input model has become ready and the transform has begun, it is not accidentally reported as complete (affected re-aligning models in Sonic Lineup when replacing the session)
author Chris Cannam
date Fri, 26 Jun 2020 11:45:39 +0100
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