Only run the CMake DBus unit tests on UNIX systems.
authorStephen Kelly <stephen.kelly@kdab.com>
Fri, 20 Apr 2012 15:40:16 +0000 (17:40 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 20 Apr 2012 17:59:34 +0000 (19:59 +0200)
Change-Id: I0c5b511229a7ac0c2aa23a9c3d2053077e94936c
Reviewed-by: Alexander Neundorf <neundorf@kde.org>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
tests/manual/cmake/CMakeLists.txt

index 2495c1f..2aee64f 100644 (file)
@@ -90,4 +90,6 @@ expect_fail(fail5)
 expect_pass("pass(needsquoting)6")
 expect_pass(pass7)
 expect_pass(pass8)
-expect_pass(pass9)
+if (UNIX)
+    expect_pass(pass9)
+endif()