Mercurial > hg > svcore
annotate data/fileio/test/files.pri @ 1482:c014839f49c7 plugin-path-config
Record path associated with first helper found for a plugin, not last (so native helper in preference to 32-bit helper). Also more debug output
author | Chris Cannam |
---|---|
date | Mon, 11 Jun 2018 11:34:11 +0100 |
parents | de385fed1197 |
children | 64ef24ebb19c |
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 \ |
dev@1430 | 9 CSVStreamWriterTest.h |
dev@1430 | 10 |
Chris@1260 | 11 TEST_SOURCES += \ |
dev@1434 | 12 ../../model/test/MockWaveModel.cpp \ |
dev@1430 | 13 svcore-data-fileio-test.cpp |