]> granicus.if.org Git - strace/commit
tests: add fstat.test and fstat64.test
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Dec 2015 00:02:44 +0000 (00:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Dec 2015 00:02:44 +0000 (00:02 +0000)
commitc863827ddbe5a89a393e45c92eb05ce307779151
treedb6b29a581d1e70b01788bb2236849f6bb86b609
parentcc2baf339fb4b962dc84dc2754035ef0ab5e05af
tests: add fstat.test and fstat64.test

* 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.
tests/.gitignore
tests/Makefile.am
tests/fstat.c [new file with mode: 0644]
tests/fstat.test [new file with mode: 0755]
tests/fstat64.c [new file with mode: 0644]
tests/fstat64.test [new file with mode: 0755]
tests/fstatx.c [new file with mode: 0644]