summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/ctest_testcase.prf
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-08-29 16:56:56 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-30 05:45:55 +0200
commit42457c2f5fa4ee979e3e8faf89a46bac5b5093d1 (patch)
tree60dc4193d94278793b9a93cc9ef1a7f887b75bc1 /mkspecs/features/ctest_testcase.prf
parentca7be5c1548dab8130b76a345469d08299c57744 (diff)
Temporarily mark ctest testcases as insignificant on Windows
The deployment of cmake onto Windows test machines caused test failures with no changes to the code under test. Mark all the ctest tests as insignificant until the failures can be fixed. Change-Id: If0cd4001ae6ec49fd38b9e0f97dd5326fddae433 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'mkspecs/features/ctest_testcase.prf')
-rw-r--r--mkspecs/features/ctest_testcase.prf3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkspecs/features/ctest_testcase.prf b/mkspecs/features/ctest_testcase.prf
index beca3eab0c..3924b3eeaa 100644
--- a/mkspecs/features/ctest_testcase.prf
+++ b/mkspecs/features/ctest_testcase.prf
@@ -44,6 +44,9 @@ isEmpty(CMAKE_VERSION) {
}
}
+# tests not yet verified as working correctly on Windows
+win32:CONFIG += insignificant_test
+
insignificant_test:!isEmpty(check.commands) {
check.commands = -$${check.commands}
}