Mercurial > hg > svcore
annotate data/fileio/test/files.pri @ 1585:9570ef94eaa3
Add mechanism to retrieve the set of plausible separators found in CSV-like file when guessing its format
author | Chris Cannam |
---|---|
date | Wed, 09 Jan 2019 14:39:50 +0000 |
parents | 64ef24ebb19c |
children | dbd13eb7dad1 |
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 \ |
Chris@1524 | 9 CSVFormatTest.h \ |
dev@1430 | 10 CSVStreamWriterTest.h |
dev@1430 | 11 |
Chris@1260 | 12 TEST_SOURCES += \ |
dev@1434 | 13 ../../model/test/MockWaveModel.cpp \ |
dev@1430 | 14 svcore-data-fileio-test.cpp |