Mercurial > hg > svcore
annotate data/fileio/test/files.pri @ 1772:57833933cc75
Be stricter - require org name as well as app name before allowing ResourceFinder to be used. This is because the application name may have a default, so we could end up with inconsistent results from using before & after these things have been set
author | Chris Cannam |
---|---|
date | Wed, 14 Aug 2019 11:50:56 +0100 |
parents | 83cb6e9d769b |
children | 2654bf447a84 |
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 \ |
Chris@1714 | 16 UnsupportedFormat.cpp \ |
dev@1430 | 17 svcore-data-fileio-test.cpp |