Mercurial > hg > svcore
annotate data/model/test/files.pri @ 1795:94b488d4b299
The copy & move operators are not actually being used, so probably safer to delete them unless we know otherwise - this is not all that simple a class
author | Chris Cannam |
---|---|
date | Mon, 30 Sep 2019 12:36:44 +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 |