annotate data/fileio/test/files.pri @ 1430:b5283878cca2 streaming-csv-writer

Introduce a TestHelper which contains boiler plate for running a suite of QtTest style objects. Stub CSVStreamWriter and test to integrate into build.
author Lucas Thompson <dev@lucas.im>
date Tue, 17 Apr 2018 10:03:49 +0100
parents 1c9bbbb6116a
children 0684c6698e3f
rev   line source
Chris@1260 1
Chris@1260 2 TEST_HEADERS += \
dev@1430 3 ../../../test/TestHelper.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@1430 12 svcore-data-fileio-test.cpp