From 34bf4ccdc749cdc7327bfcd450e04deaf1989b78 Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Wed, 6 Jan 2016 08:47:31 +0100 Subject: NOISSUE Add more qt versions to travis 5.0, 5.1 and 5.2 are currently marked as "allow failure". If they can be made to pass they should be removed from this list, if not they should be removed entirely. --- tests/CMakeLists.txt | 2 +- tests/tst_FileSystem.cpp | 1 + tests/tst_ModList.cpp | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 89bf63ee..4e37fa34 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # run the unit tests with `make test` -find_package(Qt5 COMPONENTS Test Core Network) +find_package(Qt5Test) unset(MultiMC_TESTS) macro(add_unit_test name) diff --git a/tests/tst_FileSystem.cpp b/tests/tst_FileSystem.cpp index a9406d13..ae1f93bb 100644 --- a/tests/tst_FileSystem.cpp +++ b/tests/tst_FileSystem.cpp @@ -1,4 +1,5 @@ #include +#include #include "TestUtil.h" #include "FileSystem.h" diff --git a/tests/tst_ModList.cpp b/tests/tst_ModList.cpp index 09870245..e3aa1435 100644 --- a/tests/tst_ModList.cpp +++ b/tests/tst_ModList.cpp @@ -1,5 +1,6 @@ #include +#include #include "TestUtil.h" #include "FileSystem.h" -- cgit v1.2.3