]> granicus.if.org Git - strace/commit
tests: rewrite getdents test in C for better coverage
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 19 Nov 2015 16:39:32 +0000 (16:39 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 20 Nov 2015 00:08:48 +0000 (00:08 +0000)
commit7528a0b2e15177683e7eb171ee83c82d636b9b4c
treea8a0309a4b7f3bfde70c5a4efd20088046fd67ce
parent4f461581b73da34b80c7f306a1f79437450687ed
tests: rewrite getdents test in C for better coverage

* tests/getdents.awk: Remove.
* tests/getdents.out: Remove.
* tests/getdents.c: New file.
* tests/getdents.test: Rewrite.
* tests/getdents64.c: New file.
* tests/getdents64.test: New test.
* tests/Makefile.am (check_PROGRAMS): Add getdents and getdents64.
(TESTS): Add getdents64.test.
(EXTRA_DIST): Remove getdents.awk and getdents.out.
* tests/.gitignore: Add getdents and getdents64.
tests/.gitignore
tests/Makefile.am
tests/getdents.awk [deleted file]
tests/getdents.c [new file with mode: 0644]
tests/getdents.out [deleted file]
tests/getdents.test
tests/getdents64.c [new file with mode: 0644]
tests/getdents64.test [new file with mode: 0755]