Mercurial > hg > svcore
comparison data/fileio/test/files.pri @ 1434:0684c6698e3f streaming-csv-writer
Added utility function for splitting a model selection into chunks and writing to a stream.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 17 Apr 2018 10:03:49 +0100 |
parents | b5283878cca2 |
children | de385fed1197 |
comparison
equal
deleted
inserted
replaced
1433:c0f69bddea12 | 1434:0684c6698e3f |
---|---|
1 | 1 |
2 TEST_HEADERS += \ | 2 TEST_HEADERS += \ |
3 ../../../test/TestHelper.h \ | 3 ../../../test/TestHelper.h \ |
4 ../../model/test/MockWaveModel.h \ | |
4 AudioFileReaderTest.h \ | 5 AudioFileReaderTest.h \ |
5 AudioFileWriterTest.h \ | 6 AudioFileWriterTest.h \ |
6 AudioTestData.h \ | 7 AudioTestData.h \ |
7 EncodingTest.h \ | 8 EncodingTest.h \ |
8 MIDIFileReaderTest.h \ | 9 MIDIFileReaderTest.h \ |
9 CSVStreamWriterTest.h | 10 CSVStreamWriterTest.h |
10 | 11 |
11 TEST_SOURCES += \ | 12 TEST_SOURCES += \ |
13 ../../model/test/MockWaveModel.cpp \ | |
12 svcore-data-fileio-test.cpp | 14 svcore-data-fileio-test.cpp |