[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1

Richard W.M. Jones rjones at redhat.com
Sat Jun 1 11:05:11 UTC 2013


The following commit has been merged in the experimental branch:
commit a53d6a40a76f49dc101dac7ef749711501e4f046
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue May 21 17:11:23 2013 +0100

    docs: Add notes about how various check-* targets are implemented.

diff --git a/src/guestfs.pod b/src/guestfs.pod
index 1e3083f..1185972 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -3863,6 +3863,9 @@ Useful targets are:
 
 Runs the regular test suite.
 
+This is implemented using the regular automake C<TESTS> target.  See
+the automake documentation for details.
+
 =item C<make syntax-check -j1 -k>
 
 Checks for various syntax and style problems in the code.
@@ -3871,6 +3874,9 @@ Checks for various syntax and style problems in the code.
 
 Runs a subset of the test suite under valgrind.
 
+Any C<Makefile.am> in the tree that has a C<check-valgrind:> target
+will be run by this rule.
+
 =item C<make check-valgrind-local-guests>
 
 Runs a subset of the test suite under valgrind
@@ -3910,6 +3916,9 @@ but you can set this to another directory on the command line, eg:
 
 Runs some slow/long-running tests which are not run by default.
 
+Any C<Makefile.am> in the tree that has a C<check-slow:> target will
+be run by this rule.
+
 =item C<make extra-tests>
 
 Equivalent to running all C<make check-*> rules

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list