Add libguestfs-test-tool.
authorRichard Jones <rjones@trick.home.annexia.org>
Wed, 22 Jul 2009 19:58:39 +0000 (20:58 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Wed, 22 Jul 2009 22:00:30 +0000 (23:00 +0100)
commitf9de01b9b97e3d13959754446464f9b768deea81
treefac97067ca92b306e6c1761c66b976c00b0ee04f
parent26f69f706e8c661c6ae7946da1b9a4b7bf9150b9
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.
.gitignore
HACKING
Makefile.am
configure.ac
guestfs.pod
po/POTFILES.in
test-tool/Makefile.am [new file with mode: 0644]
test-tool/README [new file with mode: 0644]
test-tool/helper.c [new file with mode: 0644]
test-tool/libguestfs-test-tool.pod [new file with mode: 0644]
test-tool/test-tool.c [new file with mode: 0644]