meson: tests: add openvz specific tests

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
Pavel Hrdina 2020-07-27 11:37:51 +02:00
parent 517672cedc
commit 7736e926db
2 changed files with 6 additions and 12 deletions

View File

@ -53,10 +53,6 @@ test_programs += qemuxml2argvtest qemuxml2xmltest \
test_helpers += qemucapsprobe
endif WITH_QEMU
if WITH_OPENVZ
test_programs += openvzutilstest
endif WITH_OPENVZ
if WITH_VBOX
test_programs += vboxsnapshotxmltest
endif WITH_VBOX
@ -280,14 +276,6 @@ qemuvhostusertest_SOURCES = \
qemuvhostusertest_LDADD = $(qemu_LDADDS)
endif WITH_QEMU
if WITH_OPENVZ
openvzutilstest_SOURCES = \
openvzutilstest.c \
testutils.c testutils.h
openvzutilstest_LDADD = $(LDADDS) \
../src/libvirt_driver_openvz.la
endif WITH_OPENVZ
if WITH_VBOX
vboxsnapshotxmltest_SOURCES = \
vboxsnapshotxmltest.c \

View File

@ -434,6 +434,12 @@ if conf.has('WITH_NWFILTER')
]
endif
if conf.has('WITH_OPENVZ')
tests += [
{ 'name': 'openvzutilstest', 'link_with': [ openvz_lib ] },
]
endif
foreach data : tests
test_sources = '@0@.c'.format(data['name'])
test_bin = executable(