X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fguestfs.pod;h=f7740b6b04159e6997e07a98dbc315bb1e2e5da9;hp=137deeae1a267069a4138211982b3e116bd63711;hb=cd077b8229731e292798f34dd56892cbfa6f1e0e;hpb=f5a49bf1cae335889da6be53fd1ca302273be78b;ds=sidebyside diff --git a/src/guestfs.pod b/src/guestfs.pod index 137deea..f7740b6 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -2737,8 +2737,9 @@ the OCaml description. You can supply zero or as many tests as you want per API call. The tests can either be added as part of the API description (C), or in some rarer cases you may -want to drop a script into C. Note that adding a script -to C is slower, so if possible use the first method. +want to drop a script into C. Note that adding +a script to C is slower, so if possible use the +first method. The following describes the test environment used when you add an API test in C. @@ -2799,7 +2800,7 @@ Packagers can run only certain tests by setting for example: TEST_ONLY="vfs_type zerofree" -See C for more details of how these environment +See C for more details of how these environment variables work. =head2 DEBUGGING NEW API ACTIONS @@ -2917,20 +2918,11 @@ L command and documentation. The libguestfs appliance, build scripts and so on. -=item C - -Automated tests of the C API. - =item C 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 @@ -2957,11 +2949,6 @@ L command and documentation. C API example code. -=item C - -Extra tests. These are not run by default because they require -special tools or configuration. - =item C L, the command-line shell, and various shell scripts @@ -2977,12 +2964,6 @@ L, FUSE (userspace filesystem) built on top of libguestfs. The crucially important generator, used to automatically generate large amounts of boilerplate C code for things like RPC and bindings. -=item C - -Files used by the test suite. - -Some "phony" guest images which we test against. - =item C L, the virtual machine image inspector. @@ -3005,10 +2986,6 @@ The build infrastructure and PO files for translations of manpages and POD files. Eventually this will be combined with the C directory, but that is rather complicated. -=item C - -Regression tests. - =item C L command and documentation. @@ -3030,6 +3007,10 @@ Source code to the C library. Test tool for end users to test if their qemu/kernel combination will work with libguestfs. +=item C + +Tests. + =item C Command line tools written in Perl (L and many others).