Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
1425:bd73a689c8af | 1430:b5283878cca2 |
---|---|
1 | 1 |
2 TEST_HEADERS += \ | 2 TEST_HEADERS += \ |
3 AudioFileReaderTest.h \ | 3 ../../../test/TestHelper.h \ |
4 AudioFileWriterTest.h \ | 4 AudioFileReaderTest.h \ |
5 AudioTestData.h \ | 5 AudioFileWriterTest.h \ |
6 EncodingTest.h \ | 6 AudioTestData.h \ |
7 MIDIFileReaderTest.h | 7 EncodingTest.h \ |
8 | 8 MIDIFileReaderTest.h \ |
9 CSVStreamWriterTest.h | |
10 | |
9 TEST_SOURCES += \ | 11 TEST_SOURCES += \ |
10 svcore-data-fileio-test.cpp | 12 svcore-data-fileio-test.cpp |