diff 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
line wrap: on
line diff
--- a/data/fileio/test/files.pri	Tue Apr 17 10:03:49 2018 +0100
+++ b/data/fileio/test/files.pri	Tue Apr 17 10:03:49 2018 +0100
@@ -1,6 +1,7 @@
 
 TEST_HEADERS += \
 	../../../test/TestHelper.h \
+	../../model/test/MockWaveModel.h \
 	AudioFileReaderTest.h \
 	AudioFileWriterTest.h \
 	AudioTestData.h \
@@ -9,4 +10,5 @@
 	CSVStreamWriterTest.h
      
 TEST_SOURCES += \
+	../../model/test/MockWaveModel.cpp \
 	svcore-data-fileio-test.cpp