Only run the CMake DBus unit tests on UNIX systems.

Change-Id: I0c5b511229a7ac0c2aa23a9c3d2053077e94936c
Reviewed-by: Alexander Neundorf <neundorf@kde.org>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
Stephen Kelly 2012-04-20 17:40:16 +02:00 committed by Qt by Nokia
parent a941e0c0a6
commit 2dff7ad9e8

View 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()