git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2109327
)
Add 'make quickcheck' rule to run a quick check.
author
Richard Jones
<rjones@redhat.com>
Mon, 15 Feb 2010 15:33:13 +0000
(15:33 +0000)
committer
Richard Jones
<rjones@redhat.com>
Mon, 15 Feb 2010 15:33:13 +0000
(15:33 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
5b2fa85
..
2c7574a
100644
(file)
--- 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