Mercurial > hg > svcore
annotate data/model/test/files.pri @ 1688:901f37d32060
Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead
author | Chris Cannam |
---|---|
date | Thu, 04 Apr 2019 11:15:43 +0100 |
parents | c5092ca1c6e5 |
children | 560453546749 |
rev | line source |
---|---|
Chris@1260 | 1 TEST_HEADERS += \ |
Chris@1260 | 2 Compares.h \ |
Chris@1260 | 3 MockWaveModel.h \ |
Chris@1528 | 4 TestFFTModel.h \ |
Chris@1537 | 5 TestWaveformOversampler.h \ |
Chris@1528 | 6 TestZoomConstraints.h |
Chris@1260 | 7 |
Chris@1260 | 8 TEST_SOURCES += \ |
Chris@1260 | 9 MockWaveModel.cpp \ |
Chris@1260 | 10 svcore-data-model-test.cpp |