Mercurial > hg > svcore
annotate data/fileio/test/files.pri @ 1700:c1208b211d8c single-point
Ensure test fails rather than crashing if this reader doesn't get created
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 03 May 2019 15:02:09 +0100 |
parents | dbd13eb7dad1 |
children | 83cb6e9d769b |
rev | line source |
---|---|
Chris@1260 | 1 |
Chris@1260 | 2 TEST_HEADERS += \ |
dev@1434 | 3 ../../model/test/MockWaveModel.h \ |
dev@1430 | 4 AudioFileReaderTest.h \ |
Chris@1698 | 5 UnsupportedFormat.h \ |
Chris@1698 | 6 BogusAudioFileReaderTest.h \ |
dev@1430 | 7 AudioFileWriterTest.h \ |
dev@1430 | 8 AudioTestData.h \ |
dev@1430 | 9 EncodingTest.h \ |
dev@1430 | 10 MIDIFileReaderTest.h \ |
Chris@1524 | 11 CSVFormatTest.h \ |
dev@1430 | 12 CSVStreamWriterTest.h |
dev@1430 | 13 |
Chris@1260 | 14 TEST_SOURCES += \ |
dev@1434 | 15 ../../model/test/MockWaveModel.cpp \ |
dev@1430 | 16 svcore-data-fileio-test.cpp |