Mercurial > hg > svcore
diff data/fileio/test/svcore-data-fileio-test.cpp @ 1869:cb9209ef373a startup-timing
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 16 Jun 2020 17:44:06 +0100 |
parents | 2654bf447a84 |
children |
line wrap: on
line diff
--- a/data/fileio/test/svcore-data-fileio-test.cpp Wed Jun 03 13:57:50 2020 +0100 +++ b/data/fileio/test/svcore-data-fileio-test.cpp Tue Jun 16 17:44:06 2020 +0100 @@ -18,6 +18,7 @@ #include "EncodingTest.h" #include "MIDIFileReaderTest.h" #include "CSVFormatTest.h" +#include "CSVReaderTest.h" #include "CSVStreamWriterTest.h" #include "system/Init.h" @@ -90,6 +91,12 @@ } { + CSVReaderTest t(testDir); + if (QTest::qExec(&t, argc, argv) == 0) ++good; + else ++bad; + } + + { CSVStreamWriterTest t; if (QTest::qExec(&t, argc, argv) == 0) ++good; else ++bad;