mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Create a new top-level directory called test-data, which will carry all the test data which is large and/or shared between multiple tests. There are actually several new subdirectories created: test-data/binaries: The pre-built binary and library files for random architectures that we use to test various architecture detection features (was part of tests/data). test-data/blank-disks: The blank disks which are used for disk format detection (was part of tests/data). test-data/files: Other miscellaneous test files from tests/data that are not included in the above. test-data/phony-guests: The phony guests (was tests/guests). test-data: The top-level directory builds the 'test.iso' image file that is used for testing the C API and in miscellaneous other tests.
This directory contains miscellaneous manual pages which don't fit elsewhere. Most libguestfs documentation is in manual pages. The source for those manual pages are POD files (*.pod), and they are normally located next to the source files they relate to (eg. guestfish documentation is in fish/guestfish.pod). All manual pages are available online at http://libguestfs.org/ The main API documentation is: http://libguestfs.org/guestfs.3.html