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>
bb10
Rohan McGovern 2012-08-29 16:56:56 +10:00 committed by Qt by Nokia
parent ca7be5c154
commit 42457c2f5f
1 changed files with 3 additions and 0 deletions

View File

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