]> granicus.if.org Git - strace/commit
tests: add sync_file_range.test and sync_file_range2.test
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 6 Apr 2016 00:02:08 +0000 (00:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 6 Apr 2016 00:02:08 +0000 (00:02 +0000)
commit5b2d25783971ca673c607b3be5ff23191323a97c
tree36ec5d6c5a748362608cfae9d4a2dc19e453ccfb
parent27bff90e867cf0f9c162fb265f0e9a5ce3c0f39f
tests: add sync_file_range.test and sync_file_range2.test

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