2009/12/23 Diego Elio Pettenò <flameeyes(a)gmail.com>:
Without these files the tests will fail when ESX support is enabled.
---
Yes, that need's to be fixed, but I suggest a different approach and
distribute xml2vmxdata also.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 335b0e5..a20d7ce 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -69,6 +69,8 @@ EXTRA_DIST = \
storagevolxml2xmlin \
nodedevschematest \
nodedevschemadata \
+ vmx2xmldata \
+ xml2vmxdata \
$(patsubst %,qemuhelpdata/%,$(qemuhelpdata))
noinst_PROGRAMS = virshtest conftest \
Matthias