summaryrefslogtreecommitdiffstats
path: root/src/guestfs.pod
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-15 11:54:03 +0100
commit6951becfdb0b69b4defff4393f48314e884ad7c1 (patch)
tree75018062fcbd84133dc80d14ac8063fa2c443c4d /src/guestfs.pod
parent244e9a2ac40fa8a1494f769740947c8a600ee8d7 (diff)
downloadlibguestfs-6951becfdb0b69b4defff4393f48314e884ad7c1.tar.gz
libguestfs-6951becfdb0b69b4defff4393f48314e884ad7c1.tar.xz
libguestfs-6951becfdb0b69b4defff4393f48314e884ad7c1.zip
docs: Fix documentation of syntax-check target, add extra-tests.
Diffstat (limited to 'src/guestfs.pod')
-rw-r--r--src/guestfs.pod9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 45c81db5..d553a1e0 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -3126,8 +3126,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