summaryrefslogtreecommitdiffstats
path: root/capitests
Commit message (Expand)AuthorAgeFilesLines
* tests: Don't use <guestfs-internal.h> in tests.Richard Jones2010-03-161-2/+1
* availability: Skip tests when functions are not available.Richard Jones2009-11-201-15/+0
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-201-3/+3
* build: Fix inter-directory dependenciesMatthew Booth2009-11-191-2/+7
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-101-0/+3
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-11/+11
* build: enable gcc warnings in capitests/ and ocaml/Jim Meyering2009-08-271-1/+2
* tests: Conditionally skip UUID tests.Richard W.M. Jones2009-08-191-2/+11
* always include <config.h>Jim Meyering2009-08-031-0/+1
* New commands: swapon-*, swapoff-*, mkswap-file.Richard W.M. Jones2009-07-311-0/+1
* RHEL 5: Skip 'scrub' test if command is not in the initramfs.Richard Jones2009-07-071-0/+2
* RHEL 5: 'mkswap -U' not supported, check before testing it.Richard Jones2009-07-071-0/+1
* Merge branch 'master' of git://git.et.redhat.com/libguestfsRichard Jones2009-07-071-2/+1
|\
| * Make it possible to build in a separate directoryMatthew Booth2009-07-031-2/+1
* | Merge branch 'master' of git+ssh://192.168.122.1/home/rjones/d/libguestfsRichard Jones2009-07-031-16651/+0
|\|
| * Remove generated code from git.Richard W.M. Jones2009-07-021-20465/+0
| * Add 'readdir' call.Richard W.M. Jones2009-07-021-0/+1
| * Generated code for the virtio_blk change.Richard W.M. Jones2009-07-011-275/+197
| * Generated code for mknod, mkfifo, mknod_b, mknod_c, umask.Richard W.M. Jones2009-06-301-1/+537
| * Generated code for 'set_memsize'/'get_memsize' calls.Richard W.M. Jones2009-06-301-0/+2
| * Generated code for the 'mkswap*' commands.Richard W.M. Jones2009-06-291-1/+228
| * Generated code for mount-loop command.Richard W.M. Jones2009-06-291-0/+1
| * Generated code for 'initrd-list'.Richard W.M. Jones2009-06-291-1/+162
| * Generated code for 'du' command.Richard W.M. Jones2009-06-291-1/+106
| * Generated code for df / df-h.Richard W.M. Jones2009-06-291-0/+2
| * Generated code for head/tail commands.Richard W.M. Jones2009-06-291-1/+1289
| * Generated code for 'wc_*' commands.Richard W.M. Jones2009-06-291-154/+478
| * Implement TEST_ONLY environment variable to run selected tests only.Richard W.M. Jones2009-06-291-0/+459
| * Add large test files with standard content for the C API test.Richard W.M. Jones2009-06-291-1/+103
| * Generated code for 'mkdtemp' command.Richard W.M. Jones2009-06-241-1/+100
| * Generated code for 'scrub-*' commands.Richard W.M. Jones2009-06-231-1/+160
| * Generated code for 'glob-expand'.Richard Jones2009-06-221-1/+418
| * Generated code for 'sh' and 'sh-lines' commands.Richard Jones2009-06-221-0/+2
| * Catching hanging qemu in tests (RHBZ#505329).Richard Jones2009-06-111-0/+7
* | Merge branch 'master' of git://git.et.redhat.com/libguestfsRichard Jones2009-06-101-1/+3
|\|
| * Remove obsolete comment from generator.Richard Jones2009-06-101-1/+3
* | CentOS fix: Skip checksum test if no squashfs module.Richard Jones2009-06-101-0/+1
|/
* CentOS fix: skip ntfs-3g.probe tests if no binary.Richard Jones2009-06-101-0/+1
* Implement device name translation. Remove device name hacks in tests.Richard Jones2009-06-101-650/+29
* Generated code for ntfs_3g_probe command.Richard Jones2009-06-081-1/+179
* Move pure regression tests to their own subdirectory.Richard Jones2009-06-043-79/+2
* Generated code for the 'sleep' command.Richard Jones2009-06-041-1/+60
* Generated code for 'add_drive_ro' call.Richard Jones2009-06-021-3/+3
* Use a squashfs attached as /dev/sdd during the C API tests.Richard W.M. Jones2009-05-291-2/+131
* Fix mkdir-p if directory exists (RHBZ#503133).Richard W.M. Jones2009-05-291-1/+205
* Rerun generator to update tests.Richard W.M. Jones2009-05-281-2/+2
* Fix path to guestfish in test-bootbootboot script.Richard W.M. Jones2009-05-281-1/+2
* Add the test0* functions, used to test language bindings.Richard W.M. Jones2009-05-281-2/+29
* Move C API tests out of root build dir into 'capitests' subdir.Richard W.M. Jones2009-05-285-0/+16860