]> granicus.if.org Git - strace/commit
tests: add fstatat64.test and newfstatat.test
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 2 Dec 2015 01:02:39 +0000 (01:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 2 Dec 2015 01:02:39 +0000 (01:02 +0000)
commitb0e61152ca89a85157afe8fb6bc2d40c16b283db
tree9c5c8dd50abfd4cee095e7826335e8f593505200
parent84940d48924d009dcfb5f1c8f296429f569d0416
tests: add fstatat64.test and newfstatat.test

* configure.ac (AC_CHECK_FUNCS): Add fstatat, ftruncate, and futimens.
* tests/fstatat.c: New file.
* tests/fstatat64.c: Likewise.
* tests/newfstatat.c: Likewise.
* tests/fstatat64.test: New test.
* tests/newfstatat.test: Likewise.
* tests/Makefile.am (check_PROGRAMS): Add fstatat64 and newfstatat.
(fstatat64_CFLAGS, newstatat_CFLAGS): Define.
(TESTS): Add fstatat64.test and newfstatat.test.
(EXTRA_DIST): Add fstatat.c.
* tests/.gitignore: Add fstatat64 and newfstatat.
configure.ac
tests/.gitignore
tests/Makefile.am
tests/fstatat.c [new file with mode: 0644]
tests/fstatat64.c [new file with mode: 0644]
tests/fstatat64.test [new file with mode: 0755]
tests/newfstatat.c [new file with mode: 0644]
tests/newfstatat.test [new file with mode: 0755]