Mercurial > hg > svcore
annotate data/model/test/files.pri @ 1674:69ab62d378bf osc-script
Ensure image & text models get the proper attribute names (which are not the same as the default event ones)
author | Chris Cannam |
---|---|
date | Wed, 27 Mar 2019 16:06:35 +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 |