Make CMake tests significant on Windows.
authorStephen Kelly <stephen.kelly@kdab.com>
Wed, 26 Sep 2012 08:41:07 +0000 (10:41 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Sep 2012 13:46:18 +0000 (15:46 +0200)
All bugs in the testing scripts are now fixed.

Task-number: QTBUG-27087
Change-Id: I764257a9bbee7efeb9265449f6fa6a15bdeba883
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
mkspecs/features/ctest_testcase.prf

index 471b73e..de61ae9 100644 (file)
@@ -49,9 +49,6 @@ isEmpty(CMAKE_VERSION) {
     }
 }
 
-# tests fail on Windows - QTBUG-27087
-win32:CONFIG += insignificant_test
-
 insignificant_test:!isEmpty(check.commands) {
     check.commands = -$${check.commands}
 }