diff 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
line wrap: on
line diff
--- a/data/fileio/test/svcore-data-fileio-test.cpp	Wed Jan 23 14:43:43 2019 +0000
+++ b/data/fileio/test/svcore-data-fileio-test.cpp	Wed Jan 30 11:00:45 2019 +0000
@@ -19,6 +19,8 @@
 #include "CSVFormatTest.h"
 #include "CSVStreamWriterTest.h"
 
+#include "system/Init.h"
+
 #include <QtTest>
 
 #include <iostream>
@@ -27,6 +29,8 @@
 {
     int good = 0, bad = 0;
 
+    svSystemSpecificInitialisation();
+
     QString testDir;
 
 #ifdef Q_OS_WIN