summaryrefslogtreecommitdiffstats
path: root/contrib/README
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-01-26 13:36:05 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-01-26 15:36:12 +0000
commit3d0c9f3fc63395083fef798ee31058a0bea8432e (patch)
tree64907c9cc75fdc6870da2f631af358feacc35916 /contrib/README
parent0a4d1810634b9c329f7e4d5f0b2116dd479c5fe1 (diff)
downloadlibguestfs-3d0c9f3fc63395083fef798ee31058a0bea8432e.tar.gz
libguestfs-3d0c9f3fc63395083fef798ee31058a0bea8432e.tar.xz
libguestfs-3d0c9f3fc63395083fef798ee31058a0bea8432e.zip
contrib: Add a script for running test suite on installed packages.
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index 180f8515..6ee06731 100644
--- a/contrib/README
+++ b/contrib/README
@@ -15,6 +15,13 @@ intro/ "Slides" for an intro to libguestfs. This is a short (10-15
self-contained HTML page with a handful images that can be
easily distributed before the talk.
+make-check-on-installed.pl
+ This Perl script allows you to run the test suite (ie. 'make
+ check', 'make extra-tests' etc) on an installed RPM. This is
+ useful for adding another layer of testing to packages before
+ we release them. Note that a checked out copy of the source
+ from git is required. Read the top of the file before using.
+
visualize-alignment/
Tests for visualizing block device reads and writes and
alignment using a patched qemu. See the README file in that