Skip to content

Commit

Permalink
tests: Rename caution -> tests/qemu.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmjones committed Dec 22, 2011
1 parent c09db4e commit 72f5487
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -30,7 +30,7 @@ SUBDIRS += appliance
endif

# Tests and the test-tool.
SUBDIRS += gnulib/tests capitests caution regressions extratests test-tool
SUBDIRS += gnulib/tests capitests tests/qemu regressions extratests test-tool

# Guestfish.
SUBDIRS += fish
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -1008,7 +1008,6 @@ AC_CONFIG_FILES([Makefile
appliance/Makefile
capitests/Makefile
cat/Makefile
caution/Makefile
clone/Makefile
csharp/Makefile
daemon/Makefile
Expand Down Expand Up @@ -1052,6 +1051,7 @@ AC_CONFIG_FILES([Makefile
sparsify/Makefile
src/Makefile
test-tool/Makefile
tests/qemu/Makefile
tools/Makefile])
AC_OUTPUT

Expand Down
5 changes: 0 additions & 5 deletions src/guestfs.pod
Expand Up @@ -2926,11 +2926,6 @@ Automated tests of the C API.
The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands
and documentation.

=item C<caution>

Safety and liveness tests of components that libguestfs depends upon
(not of libguestfs itself). Mainly this is for qemu and the kernel.

=item C<clone>

Tools for cloning virtual machines. Currently contains
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 72f5487

Please sign in to comment.