Mercurial > hg > svcore
diff data/fileio/test/svcore-data-fileio-test.cpp @ 1699:ad33d6c10738 single-point
Merge from default branch
author | Chris Cannam |
---|---|
date | Fri, 03 May 2019 13:44:45 +0100 |
parents | dbd13eb7dad1 |
children | 83cb6e9d769b |
line wrap: on
line diff
--- a/data/fileio/test/svcore-data-fileio-test.cpp Wed May 01 21:39:37 2019 +0100 +++ b/data/fileio/test/svcore-data-fileio-test.cpp Fri May 03 13:44:45 2019 +0100 @@ -13,6 +13,7 @@ */ #include "AudioFileReaderTest.h" +#include "BogusAudioFileReaderTest.h" #include "AudioFileWriterTest.h" #include "EncodingTest.h" #include "MIDIFileReaderTest.h" @@ -65,6 +66,12 @@ } { + BogusAudioFileReaderTest t; + if (QTest::qExec(&t, argc, argv) == 0) ++good; + else ++bad; + } + + { EncodingTest t(testDir); if (QTest::qExec(&t, argc, argv) == 0) ++good; else ++bad;