Mercurial > hg > svcore
annotate data/fileio/test/files.pri @ 1686:e73baeead27f single-point
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 | 64ef24ebb19c |
children | dbd13eb7dad1 |
rev | line source |
---|---|
Chris@1260 | 1 |
Chris@1260 | 2 TEST_HEADERS += \ |
dev@1434 | 3 ../../model/test/MockWaveModel.h \ |
dev@1430 | 4 AudioFileReaderTest.h \ |
dev@1430 | 5 AudioFileWriterTest.h \ |
dev@1430 | 6 AudioTestData.h \ |
dev@1430 | 7 EncodingTest.h \ |
dev@1430 | 8 MIDIFileReaderTest.h \ |
Chris@1524 | 9 CSVFormatTest.h \ |
dev@1430 | 10 CSVStreamWriterTest.h |
dev@1430 | 11 |
Chris@1260 | 12 TEST_SOURCES += \ |
dev@1434 | 13 ../../model/test/MockWaveModel.cpp \ |
dev@1430 | 14 svcore-data-fileio-test.cpp |