mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
test: Introduce chxml2xmltest
Whilst reviewing a patch upstream (that ended up as v9.0.0-200-g092176e5ec), I realized we don't have a single xml2xml test for CH driver. Well, introduce the test with one simple test case for now. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -347,6 +347,12 @@ if conf.has('WITH_BHYVE')
|
||||
]
|
||||
endif
|
||||
|
||||
if conf.has('WITH_CH')
|
||||
tests += [
|
||||
{ 'name': 'chxml2xmltest', 'link_with': [ ch_driver_impl ] },
|
||||
]
|
||||
endif
|
||||
|
||||
if conf.has('WITH_ESX')
|
||||
tests += [
|
||||
{ 'name': 'esxutilstest', 'deps': [ esx_dep ] },
|
||||
|
||||
Reference in New Issue
Block a user