]> granicus.if.org Git - strace/commit
tests: check decoding of KVM ioctl commands
authorMasatake YAMATO <yamato@redhat.com>
Mon, 4 Dec 2017 13:08:17 +0000 (22:08 +0900)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 4 Dec 2017 18:29:38 +0000 (18:29 +0000)
commit4f47c43ce73abf0398eb7f080a35fd3c5c1ff401
tree9c9347e66e7f505c20a351a8e279c1cd054dcf2d
parent647709d8e5d123414276346412c51c673a478049
tests: check decoding of KVM ioctl commands

* tests/ioctl_kvm_run.c: New file.
* tests/ioctl_kvm_run.test: New test.
* tests/Makefile.am (DECODER_TESTS): Add ioctl_kvm_run.test.
* tests/pure_executables.list: Add ioctl_kvm_run.
* tests/.gitignore: Likewise.

Co-authored-by: Dmitry V. Levin <ldv@altlinux.org>
tests/.gitignore
tests/Makefile.am
tests/ioctl_kvm_run.c [new file with mode: 0644]
tests/ioctl_kvm_run.test [new file with mode: 0755]
tests/pure_executables.list