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

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