summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b2fa854..2c7574a4 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