X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=c1fc85d6fde6734ef5bb5f60eac93be499d53e5c;hp=020d889debbc3ea277f05a825d594159049da9c9;hb=d6a10efaaa51d4c565f79388eda7f909df0e92f9;hpb=e28207d5ad7ed96e10467e38788239ef9690285e diff --git a/Makefile.am b/Makefile.am index 020d889..c1fc85d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/subdir-rules.mk ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = gnulib/lib hivex src daemon appliance fish po examples images \ +SUBDIRS = gnulib/lib src daemon appliance fish po examples images \ gnulib/tests capitests regressions test-tool # NB: Must build inspector directory after perl and before ocaml. @@ -69,7 +69,9 @@ EXTRA_DIST = \ html/recipes.css \ make-recipes.sh \ contrib/README \ - bindtests + bindtests \ + .gitignore \ + m4/.gitignore # HTML versions of manual pages. @@ -116,9 +118,6 @@ HTMLFILES = \ html/guestfs.3.html \ html/guestfish.1.html \ html/guestmount.1.html \ - html/hivex.3.html \ - html/hivexget.1.html \ - html/hivexml.1.html \ html/virt-cat.1.html \ html/virt-df.1.html \ html/virt-edit.1.html \ @@ -192,3 +191,12 @@ CLEANFILES = $(fs_DATA) \ clean-local: rm -rf initramfs + +# If you don't want to run all of the tests ('make check') then this +# will just run libguestfs-test-tool for a quick check. Note this +# is NOT a substitute for proper testing! + +quickcheck: + LIBGUESTFS_PATH=appliance \ + test-tool/libguestfs-test-tool \ + --helper test-tool/libguestfs-test-tool-helper