annotate data/fileio/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 de385fed1197
children 64ef24ebb19c
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 \
dev@1430 9 CSVStreamWriterTest.h
dev@1430 10
Chris@1260 11 TEST_SOURCES += \
dev@1434 12 ../../model/test/MockWaveModel.cpp \
dev@1430 13 svcore-data-fileio-test.cpp