]> granicus.if.org Git - strace/commit
tests: check decoding of fallocate syscall
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 21 Sep 2016 21:21:50 +0000 (00:21 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 28 Sep 2016 03:00:07 +0000 (03:00 +0000)
commitdbb76606dcff4988636beb614ed3e5c4db5afbd7
tree65858e07cd2c44ec596570cb3e6ce18c4245a885
parent5af0e0dab8427e8db4fcf3ca3554aab0eaadf24c
tests: check decoding of fallocate syscall

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