annotate data/fileio/test/files.pri @ 1496:fde8c497373f

Avoid crashing if an effects plugin can't be instantiated and so the output vector is empty in the transformer's run() method
author Chris Cannam
date Mon, 13 Aug 2018 15:25:32 +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