On 01/13/2015 08:53 AM, Jim Fehlig wrote: > From: Kiarie Kahurani <[email protected]> > > add tests for the xen_xl config parser > > Signed-off-by: Kiarie Kahurani <[email protected]> > Signed-off-by: Jim Fehlig <[email protected]> > --- > > V4: > Only build xlconfigtest when libxl is available. >
> @@ -227,6 +228,11 @@ if WITH_XEN
> test_programs += xml2sexprtest sexpr2xmltest \
> xmconfigtest xencapstest statstest reconnect
> endif WITH_XEN
> +
> +if WITH_LIBXL
> +test_programs += xlconfigtest
> +endif WITH_LIBXL
Nice.
> +
> + DO_TEST("new-disk", 3);
> +// DO_TEST("spice", 3);
> +
Do we still need this comment?
ACK with that resolved.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
