docs: The old make check-with-appliance/etc rules were renamed.

This fixes commit 68990840b6.
This commit is contained in:
Richard W.M. Jones
2013-08-12 16:00:59 +01:00
parent 8b43767b7c
commit 4cc99ea2e9

View File

@@ -4047,13 +4047,13 @@ will be run by this rule.
Runs a subset of the test suite under valgrind
using locally installed libvirt guests (read-only).
=item C<make check-with-appliance>
=item C<make check-direct>
Runs all tests using default appliance back-end. This only
has any effect if a non-default backend was selected
using C<./configure --with-default-backend=...>
=item C<make check-valgrind-with-appliance>
=item C<make check-valgrind-direct>
Run a subset of the test suite under valgrind using the
default appliance back-end.