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.
This commit is contained in:
Jan Dalheimer
2016-01-06 08:47:31 +01:00
parent aa8103adf2
commit 34bf4ccdc7
7 changed files with 40 additions and 8 deletions

View File

@ -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)

View File

@ -1,4 +1,5 @@
#include <QTest>
#include <QTemporaryDir>
#include "TestUtil.h"
#include "FileSystem.h"

View File

@ -1,5 +1,6 @@
#include <QTest>
#include <QTemporaryDir>
#include "TestUtil.h"
#include "FileSystem.h"