mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-26 06:25:19 +00:00
tests: Don't build securityselinuxlabeltest without qemu
Sources for securityselinuxlabeltest are only defined if qemu driver is enabled so we should not try to build the test if qemu driver is disabled. (cherry picked from commit d6c8597046dfc6b94ef5d7bf0b9ffae725a9c104)
This commit is contained in:
parent
570145e391
commit
1b2f243956
@ -108,10 +108,12 @@ endif
|
||||
|
||||
if WITH_SECDRIVER_SELINUX
|
||||
test_programs += securityselinuxtest
|
||||
if WITH_QEMU
|
||||
if WITH_ATTR
|
||||
test_programs += securityselinuxlabeltest
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
if WITH_DRIVER_MODULES
|
||||
test_programs += virdrivermoduletest
|
||||
|
Loading…
x
Reference in New Issue
Block a user