Dmitry V. Levin
5b2d257839
* 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.
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check sync_file_range syscall decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff
|