]> granicus.if.org Git - strace/commit
tests: check decoding of LOOP_* ioctls
authorJingPiao Chen <chenjingpiao@gmail.com>
Tue, 27 Dec 2016 03:43:30 +0000 (11:43 +0800)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 4 Jan 2017 19:59:27 +0000 (19:59 +0000)
commit3127a6a2754ee3c5cef94c91b9583a39cb3fe7b7
treed9ad6527d3fad554f21bc2d884b3afb048377f47
parent17a2ba84155f0e102bb32bdfd6303ecd584f0250
tests: check decoding of LOOP_* ioctls

* tests/ioctl_loop.c: New file.
* tests/ioctl_loop-v.c: Likewise.
* tests/ioctl_loop.test: New test.
* tests/ioctl_loop-v.test: Likewise.
* tests/.gitignore: Add ioctl_loop and ioctl_loop-v.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add ioctl_loop.test and ioctl_loop-v.test.

Co-authored-by: Eugene Syromyatnikov <evgsyr@gmail.com>
tests/.gitignore
tests/Makefile.am
tests/ioctl_loop-v.c [new file with mode: 0644]
tests/ioctl_loop-v.test [new file with mode: 0755]
tests/ioctl_loop.c [new file with mode: 0644]
tests/ioctl_loop.test [new file with mode: 0755]