comparison data/fileio/test/svcore-data-fileio-test.cpp @ 1601:a090221caeda bqaudiostream

Fix incorrect number formatting results for 32-bit MinGW build
author Chris Cannam
date Wed, 30 Jan 2019 11:00:45 +0000
parents 64ef24ebb19c
children a77fc6da288b
comparison
equal deleted inserted replaced
1599:ce185d4dd408 1601:a090221caeda
17 #include "EncodingTest.h" 17 #include "EncodingTest.h"
18 #include "MIDIFileReaderTest.h" 18 #include "MIDIFileReaderTest.h"
19 #include "CSVFormatTest.h" 19 #include "CSVFormatTest.h"
20 #include "CSVStreamWriterTest.h" 20 #include "CSVStreamWriterTest.h"
21 21
22 #include "system/Init.h"
23
22 #include <QtTest> 24 #include <QtTest>
23 25
24 #include <iostream> 26 #include <iostream>
25 27
26 int main(int argc, char *argv[]) 28 int main(int argc, char *argv[])
27 { 29 {
28 int good = 0, bad = 0; 30 int good = 0, bad = 0;
31
32 svSystemSpecificInitialisation();
29 33
30 QString testDir; 34 QString testDir;
31 35
32 #ifdef Q_OS_WIN 36 #ifdef Q_OS_WIN
33 // incredible to have to hardcode this, but I just can't figure out how to 37 // incredible to have to hardcode this, but I just can't figure out how to