X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=2c7574a484558a60dffef7790f39f4d0049985c3;hb=ed83d770252dda356bc9f8ad19149ada5e8708a5;hp=020d889debbc3ea277f05a825d594159049da9c9;hpb=e28207d5ad7ed96e10467e38788239ef9690285e;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 020d889..2c7574a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,6 +119,7 @@ HTMLFILES = \ html/hivex.3.html \ html/hivexget.1.html \ html/hivexml.1.html \ + html/hivexsh.1.html \ html/virt-cat.1.html \ html/virt-df.1.html \ html/virt-edit.1.html \ @@ -192,3 +193,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