Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build: reenable "syntax-check" rule: sc_const_long_option | Jim Meyering | 2009-08-03 | 1 | -1/+1 | |
| | | | | | | | * cfg.mk (disable_temporarily): Remove sc_const_long_option. * daemon/guestfsd.c (main): Declare long_options to be "const". * fish/fish.c (main): Likewise. * test-tool/test-tool.c (main): Likewise. | |||||
* | Add libguestfs-test-tool. | Richard Jones | 2009-07-22 | 5 | -0/+699 | |
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. |