tests: Add new 'make check-all' rule.

This runs all of the check* rules.  Since this includes 'make check',
'make check-all' is not quite equivalent to the old 'make extra-tests'
which was removed in the previous commit.
This commit is contained in:
Richard W.M. Jones
2013-05-28 21:33:56 +01:00
parent ffde7b4d71
commit 0a60332e1b
4 changed files with 25 additions and 1 deletions

7
README
View File

@@ -236,6 +236,13 @@ Also:
runs a subset of the test suite under valgrind (requires valgrind to
be installed obviously).
make check-all
runs check-valgrind + even more tests, but these require that you have
some libvirt guests installed, that these guests' disks are accessible
by the current user, and these tests may fail for other reasons which
are not necessarily because of real problems.
make help
lists all 'make' targets.