tests: check decoding of readahead syscall
authorEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 2 Sep 2016 15:28:24 +0000 (18:28 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 5 Sep 2016 01:31:14 +0000 (01:31 +0000)
commit0c766339fee3e322151ea90573fff5773b02d28b
treeb8b0050f8c776ec143c831b2da73080346366be2
parent6f9aefde214b9438551268cf1c9c128b1cef6413
tests: check decoding of readahead syscall

* configure.ac (AC_CHECK_FUNCS): Add readahead.
* tests/readahead.c: New file.
* tests/readahead.test: New test.
* tests/.gitignore: Add readahead.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add readahead.test.
configure.ac
tests/.gitignore
tests/Makefile.am
tests/readahead.c [new file with mode: 0644]
tests/readahead.test [new file with mode: 0755]