diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-22 20:58:39 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-22 23:00:30 +0100 |
commit | f9de01b9b97e3d13959754446464f9b768deea81 (patch) | |
tree | fac97067ca92b306e6c1761c66b976c00b0ee04f /Makefile.am | |
parent | 26f69f706e8c661c6ae7946da1b9a4b7bf9150b9 (diff) | |
download | libguestfs-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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1f6f62e3..f118291f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src daemon appliance fish po examples images \ - capitests regressions + capitests regressions test-tool if HAVE_OCAML SUBDIRS += ocaml |