X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=2c7574a484558a60dffef7790f39f4d0049985c3;hp=5b2fa854392671ec58d13f5966723a08d9f1af51;hb=ed83d770252dda356bc9f8ad19149ada5e8708a5;hpb=0d4bc93c737455d75dacab78cb9d65f47c500add diff --git a/Makefile.am b/Makefile.am index 5b2fa85..2c7574a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -193,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