]> granicus.if.org Git - strace/commit
tests: add testing for FS_IOC_FIEMAP
authorJeff Mahoney <jeffm@suse.com>
Wed, 18 May 2016 22:09:41 +0000 (18:09 -0400)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 24 May 2016 14:52:27 +0000 (14:52 +0000)
commitc05c24cc5148137356076f0be06df8ef402b7bde
treed7854a172ce47e96202dca7f8ca85f2c77e61469
parentfb0c6095f3d616bee402ab57885758f33163536b
tests: add testing for FS_IOC_FIEMAP

This is limited to FIEMAP.  FICLONE* and FIDEDUPERANGE originated in
btrfs and will be tested there.

* tests/file_ioctl.c: New file.
* tests/file_ioctl.test: New test.
* tests/.gitignore: Add file_ioctl.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add file_ioctl.test.
tests/.gitignore
tests/Makefile.am
tests/file_ioctl.c [new file with mode: 0644]
tests/file_ioctl.test [new file with mode: 0755]