Mercurial > hg > svcore
annotate base/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 | e2e66bfd4a88 |
children | 667e369cfeab |
rev | line source |
---|---|
Chris@1260 | 1 TEST_HEADERS = \ |
Chris@1260 | 2 TestRangeMapper.h \ |
Chris@1260 | 3 TestPitch.h \ |
Chris@1262 | 4 TestOurRealTime.h \ |
Chris@1262 | 5 TestVampRealTime.h \ |
Chris@1265 | 6 TestStringBits.h \ |
Chris@1265 | 7 TestColumnOp.h |
Chris@1260 | 8 |
Chris@1260 | 9 TEST_SOURCES += \ |
Chris@1260 | 10 svcore-base-test.cpp |