summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-15 11:53:44 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-19 13:51:00 +0100
commit72d7acb8b9277ea027f5daa205fcc9bf7593e211 (patch)
tree51a73c6d4ffe17c46d109fb6e4ad6464dd94afb2 /src
parentf046e264b70f15cdabf2d2a5ae38b8ecf2ccc759 (diff)
downloadlibguestfs-72d7acb8b9277ea027f5daa205fcc9bf7593e211.tar.gz
libguestfs-72d7acb8b9277ea027f5daa205fcc9bf7593e211.tar.xz
libguestfs-72d7acb8b9277ea027f5daa205fcc9bf7593e211.zip
docs: Fix documentation of syntax-check target, add extra-tests.
(cherry picked from commit 6951becfdb0b69b4defff4393f48314e884ad7c1)
Diffstat (limited to 'src')
-rw-r--r--src/guestfs.pod9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 90f8aa04..131a9084 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -2947,8 +2947,13 @@ finds):
Useful targets are:
- make syntax-check # checks the syntax of the C code
- make check # runs the test suite
+ make syntax-check -j1 -k # checks for various syntax and
+ # style problems
+
+ make check # runs the test suite
+
+ make extra-tests # in-depth testing using valgrind
+ # and real guests
=head2 DAEMON CUSTOM PRINTF FORMATTERS