mirror of https://gitee.com/openkylin/libvirt.git
tests: build SELinux tests
We set WITH_LIBATTR in meson.build, not WITH_ATTR.
Also link securityselinuxlabeltest with test_qemu_driver_lib.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: 3ace72965c
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
cc622d25e6
commit
d6fd015f8f
|
@ -477,7 +477,7 @@ if conf.has('WITH_REMOTE')
|
|||
endif
|
||||
|
||||
if conf.has('WITH_SECDRIVER_SELINUX')
|
||||
if conf.has('WITH_ATTR')
|
||||
if conf.has('WITH_LIBATTR')
|
||||
tests += [
|
||||
{ 'name': 'securityselinuxtest' },
|
||||
{ 'name': 'viridentitytest' },
|
||||
|
@ -485,7 +485,7 @@ if conf.has('WITH_SECDRIVER_SELINUX')
|
|||
|
||||
if conf.has('WITH_QEMU')
|
||||
tests += [
|
||||
{ 'name': 'securityselinuxlabeltest', 'link_whole': [ test_utils_qemu_lib ] },
|
||||
{ 'name': 'securityselinuxlabeltest', 'link_with': [ test_qemu_driver_lib ], 'link_whole': [ test_utils_qemu_lib ] },
|
||||
]
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue