]> granicus.if.org Git - strace/commit
tests: check decoding of kexec_file_load and kexec_load syscalls
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 20 Oct 2016 03:46:02 +0000 (06:46 +0300)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 28 Oct 2016 23:54:01 +0000 (02:54 +0300)
commit88cac72e9540832990f3d78fac0bb4a4e6b35d71
treeb989dca94c75dca8b65737a8363afb586d4d83d9
parent108d574c541418f3d1735d35ca93eb30f330db0d
tests: check decoding of kexec_file_load and kexec_load syscalls

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