Mercurial > hg > svcore
annotate base/test/files.pri @ 1552:05c3fbaec8ea
Introduce RelativelyFineZoomConstraint, which encodes more-or-less the scheme that was already used for the horizontal thumbwheel in the pane (which overrode the layers' own zoom constraints unless they said they couldn't support any other)
author | Chris Cannam |
---|---|
date | Wed, 10 Oct 2018 14:32:34 +0100 |
parents | 25ed6dde2ce0 |
children | f04038819c26 |
rev | line source |
---|---|
Chris@1260 | 1 TEST_HEADERS = \ |
Chris@1392 | 2 TestColumnOp.h \ |
Chris@1392 | 3 TestLogRange.h \ |
Chris@1260 | 4 TestRangeMapper.h \ |
Chris@1392 | 5 TestOurRealTime.h \ |
Chris@1260 | 6 TestPitch.h \ |
Chris@1407 | 7 TestScaleTickIntervals.h \ |
Chris@1265 | 8 TestStringBits.h \ |
Chris@1392 | 9 TestVampRealTime.h |
Chris@1260 | 10 |
Chris@1260 | 11 TEST_SOURCES += \ |
Chris@1260 | 12 svcore-base-test.cpp |