Mercurial > hg > svcore
annotate data/model/test/files.pri @ 1459:3a128665fa6f horizontal-scale
Fixes to logarithmic scale tick intervals. The approach here is not right, though -- and I've left in a failing test or two to remind me of that
author | Chris Cannam |
---|---|
date | Wed, 02 May 2018 14:17:10 +0100 |
parents | 24c0d4c5356e |
children | a7485c1bdba5 |
rev | line source |
---|---|
Chris@1260 | 1 TEST_HEADERS += \ |
Chris@1260 | 2 Compares.h \ |
Chris@1260 | 3 MockWaveModel.h \ |
Chris@1260 | 4 TestFFTModel.h |
Chris@1260 | 5 |
Chris@1260 | 6 TEST_SOURCES += \ |
Chris@1260 | 7 MockWaveModel.cpp \ |
Chris@1260 | 8 svcore-data-model-test.cpp |