X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fextra%2FMakefile.am;fp=tests%2Fextra%2FMakefile.am;h=d129b6dcc0c9c907a98f932ac5c132d0ff3224a7;hb=87e03fd48ebc9d0fd3a6ba1ed2481f840ffa6db4;hp=582fa555291b81a08e50529fa467710a594d9e83;hpb=b5f90793026832889cae3d4997810cb34777cf9a;p=libguestfs.git diff --git a/tests/extra/Makefile.am b/tests/extra/Makefile.am index 582fa55..d129b6d 100644 --- a/tests/extra/Makefile.am +++ b/tests/extra/Makefile.am @@ -69,6 +69,7 @@ GUESTS = $(shell virsh -c $(LIBVIRT_DEFAULT_URI) list --all | \ awk '{print $$2}') extra-tests: \ + test-guests \ test-prerequisites \ test-c-api \ test-tools-null \ @@ -80,6 +81,9 @@ extra-tests: \ test-resize \ test-sparsify +test-guests: + $(MAKE) -C ../guests check + test-prerequisites: @libtool --help >/dev/null 2>&1 || { \ echo "extra-tests: libtool is not installed"; \