]> granicus.if.org Git - strace/commit
tests: check decoding of add_key, keyctl, and request_key syscalls
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 3 Oct 2016 18:36:09 +0000 (21:36 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 3 Oct 2016 23:50:57 +0000 (23:50 +0000)
commit7bce0e9fd4da9a58494a2eb778d67a4e817b0647
tree1d85d6783d6fdf2ffc7b235e14367149a419e000
parent27aaa29d7337e573d9a96af43822220ca4ffd735
tests: check decoding of add_key, keyctl, and request_key syscalls

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