Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
test_programs += vmx2xmltest xml2vmxtest
endif WITH_VMX
-if WITH_VMWARE
-test_programs += vmwarevertest
-endif WITH_VMWARE
-
if WITH_YAJL
test_programs += virjsontest
endif WITH_YAJL
xml2vmxtest_LDADD = $(LDADDS)
endif WITH_VMX
-if WITH_VMWARE
-vmwarevertest_SOURCES = \
- vmwarevertest.c \
- testutils.c testutils.h
-vmwarevertest_LDADD = $(LDADDS)
-endif WITH_VMWARE
-
if WITH_NSS
## Intentionaly not linking with anything else.
## See the test source for more detailed explanation.
]
endif
+if conf.has('WITH_VMWARE')
+ tests += [
+ { 'name': 'vmwarevertest' },
+ ]
+endif
+
foreach data : tests
test_sources = '@0@.c'.format(data['name'])
test_bin = executable(