annotate data/model/test/files.pri @ 1772:57833933cc75

Be stricter - require org name as well as app name before allowing ResourceFinder to be used. This is because the application name may have a default, so we could end up with inconsistent results from using before & after these things have been set
author Chris Cannam
date Wed, 14 Aug 2019 11:50:56 +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