summaryrefslogtreecommitdiffstats
path: root/src/guestfs.pod
diff options
context:
space:
mode:
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