From: Richard W.M. Jones Date: Thu, 22 Dec 2011 08:34:57 +0000 (+0000) Subject: tests: Rename caution -> tests/qemu. X-Git-Tag: 1.15.12~8 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=72f5487be2df82277021d61f01884381ed9efbc5 tests: Rename caution -> tests/qemu. --- diff --git a/Makefile.am b/Makefile.am index 5c90004..eddf4f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 28243a2..ce38b41 100644 --- a/configure.ac +++ b/configure.ac @@ -1008,7 +1008,6 @@ AC_CONFIG_FILES([Makefile appliance/Makefile capitests/Makefile cat/Makefile - caution/Makefile clone/Makefile csharp/Makefile daemon/Makefile @@ -1052,6 +1051,7 @@ AC_CONFIG_FILES([Makefile sparsify/Makefile src/Makefile test-tool/Makefile + tests/qemu/Makefile tools/Makefile]) AC_OUTPUT diff --git a/src/guestfs.pod b/src/guestfs.pod index f9a715a..2e18fd6 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -2926,11 +2926,6 @@ Automated tests of the C API. The L, L and L commands and documentation. -=item C - -Safety and liveness tests of components that libguestfs depends upon -(not of libguestfs itself). Mainly this is for qemu and the kernel. - =item C Tools for cloning virtual machines. Currently contains diff --git a/caution/Makefile.am b/tests/qemu/Makefile.am similarity index 100% rename from caution/Makefile.am rename to tests/qemu/Makefile.am diff --git a/caution/qemu-snapshot-isolation.sh b/tests/qemu/qemu-snapshot-isolation.sh similarity index 100% rename from caution/qemu-snapshot-isolation.sh rename to tests/qemu/qemu-snapshot-isolation.sh