Dmitry V. Levin
c863827ddb
* tests/fstat.c: New file. * tests/fstat64.c: Likewise. * tests/fstatx.c: Likewise. * tests/fstat.test: New test. * tests/fstat64.test: Likewise. * tests/Makefile.am (check_PROGRAMS): Add fstat and fstat64. (fstat64_CFLAGS): Define. (TESTS): Add fstat.test and fstat64.test. (EXTRA_DIST): Add fstatx.c. * tests/.gitignore: Add fstat and fstat64.
6 lines
73 B
Bash
Executable File
6 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check fstat64 syscall decoding.
|
|
|
|
. "${srcdir=.}/fstat.test"
|