mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user