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:
parent
a941e0c0a6
commit
2dff7ad9e8
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user