mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
meson: tests: add vmware 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:
parent
9b7b632067
commit
13eb365d5d
@ -24,10 +24,6 @@ if WITH_VMX
|
|||||||
test_programs += vmx2xmltest xml2vmxtest
|
test_programs += vmx2xmltest xml2vmxtest
|
||||||
endif WITH_VMX
|
endif WITH_VMX
|
||||||
|
|
||||||
if WITH_VMWARE
|
|
||||||
test_programs += vmwarevertest
|
|
||||||
endif WITH_VMWARE
|
|
||||||
|
|
||||||
if WITH_YAJL
|
if WITH_YAJL
|
||||||
test_programs += virjsontest
|
test_programs += virjsontest
|
||||||
endif WITH_YAJL
|
endif WITH_YAJL
|
||||||
@ -109,13 +105,6 @@ xml2vmxtest_SOURCES = \
|
|||||||
xml2vmxtest_LDADD = $(LDADDS)
|
xml2vmxtest_LDADD = $(LDADDS)
|
||||||
endif WITH_VMX
|
endif WITH_VMX
|
||||||
|
|
||||||
if WITH_VMWARE
|
|
||||||
vmwarevertest_SOURCES = \
|
|
||||||
vmwarevertest.c \
|
|
||||||
testutils.c testutils.h
|
|
||||||
vmwarevertest_LDADD = $(LDADDS)
|
|
||||||
endif WITH_VMWARE
|
|
||||||
|
|
||||||
if WITH_NSS
|
if WITH_NSS
|
||||||
## Intentionaly not linking with anything else.
|
## Intentionaly not linking with anything else.
|
||||||
## See the test source for more detailed explanation.
|
## See the test source for more detailed explanation.
|
||||||
|
@ -525,6 +525,12 @@ if conf.has('WITH_VBOX')
|
|||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if conf.has('WITH_VMWARE')
|
||||||
|
tests += [
|
||||||
|
{ 'name': 'vmwarevertest' },
|
||||||
|
]
|
||||||
|
endif
|
||||||
|
|
||||||
foreach data : tests
|
foreach data : tests
|
||||||
test_sources = '@0@.c'.format(data['name'])
|
test_sources = '@0@.c'.format(data['name'])
|
||||||
test_bin = executable(
|
test_bin = executable(
|
||||||
|
Loading…
Reference in New Issue
Block a user