Mercurial > hg > svcore
annotate data/fileio/test/files.pri @ 1391:2c0e04062a99
Write aggregate models to .sv file when saving document. They still are not reloaded, but I think this is far as I'm prepared to go for 3.0.
author | Chris Cannam |
---|---|
date | Mon, 27 Feb 2017 16:52:47 +0000 |
parents | 1c9bbbb6116a |
children | b5283878cca2 |
rev | line source |
---|---|
Chris@1260 | 1 |
Chris@1260 | 2 TEST_HEADERS += \ |
Chris@1260 | 3 AudioFileReaderTest.h \ |
Chris@1359 | 4 AudioFileWriterTest.h \ |
Chris@1345 | 5 AudioTestData.h \ |
Chris@1359 | 6 EncodingTest.h \ |
Chris@1359 | 7 MIDIFileReaderTest.h |
Chris@1260 | 8 |
Chris@1260 | 9 TEST_SOURCES += \ |
Chris@1260 | 10 svcore-data-fileio-test.cpp |