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 /po | |
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 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 7ad1e12e..ca01b3da 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -74,4 +74,6 @@ ruby/ext/guestfs/_guestfs.c src/guestfs-actions.c src/guestfs-bindtests.c src/guestfs.c +test-tool/helper.c +test-tool/test-tool.c v2v/virt-v2v.pl |