summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-11-24 14:08:09 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-11-24 15:51:16 +0000
commitc55bad93fbde03a3daa6058913f02098c45e55f5 (patch)
tree9fd81b3fdc5f2d55e9a84da0a0d54c337410956c /README
parentdd76ce2b4c93dd10d8eca9ab7c77bc831f103d03 (diff)
downloadlibguestfs-c55bad93fbde03a3daa6058913f02098c45e55f5.tar.gz
libguestfs-c55bad93fbde03a3daa6058913f02098c45e55f5.tar.xz
libguestfs-c55bad93fbde03a3daa6058913f02098c45e55f5.zip
Add 'make extra-tests' rule and run extra tests.
These tests are optional, and require a special environment and tools to run.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 2af85cf7..bf978ca2 100644
--- a/README
+++ b/README
@@ -147,6 +147,14 @@ Finally run the tests:
make check
+There are some extra 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. If you want to run these
+extra tests do:
+
+ make extra-tests
+
If everything works, you can install the library and tools by running
this command as root: