summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-22 20:58:39 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-22 23:00:30 +0100
commitf9de01b9b97e3d13959754446464f9b768deea81 (patch)
treefac97067ca92b306e6c1761c66b976c00b0ee04f /configure.ac
parent26f69f706e8c661c6ae7946da1b9a4b7bf9150b9 (diff)
downloadlibguestfs-f9de01b9b97e3d13959754446464f9b768deea81.tar.gz
libguestfs-f9de01b9b97e3d13959754446464f9b768deea81.tar.xz
libguestfs-f9de01b9b97e3d13959754446464f9b768deea81.zip
Add libguestfs-test-tool.
This is an end-user testing tool, designed to test basic functionality of libguestfs/qemu/kernel combination on the end-user's final host machine. It does not perform a thorough test, but should be enough to find most booting issues. Also this is intended to be used when reporting bugs.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1bc11093..bc606086 100644
--- a/configure.ac
+++ b/configure.ac
@@ -574,6 +574,7 @@ AC_CONFIG_FILES([Makefile
images/Makefile
capitests/Makefile
regressions/Makefile
+ test-tool/Makefile
ocaml/Makefile ocaml/examples/Makefile
perl/Makefile
python/Makefile