]> granicus.if.org Git - strace/commit
tests: replace old stat tests with stat.test and stat64.test
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Dec 2015 00:03:49 +0000 (00:03 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Dec 2015 00:03:49 +0000 (00:03 +0000)
commit144a9db23699040dfdefecca51cc5a255526a083
treefee71e3682eaf695761eac7ac17b750eadbd1606
parent38e37686f20a7ed354f4f8d1eb5dcbf822c4d8bd
tests: replace old stat tests with stat.test and stat64.test

* tests/stat.c: Replace with a wrapper around lstatx.c
* tests/stat.test: Replace with a wrapper around statx.sh.
* tests/stat32-v.test: Remove.
* tests/stat32.c: Remove.
* tests/stat64-v.test: Remove.
* tests/stat64.c: New file.
* tests/stat64.test: New test.
* tests/Makefile.am (check_PROGRAMS): Replace stat32 with stat64.
(stat_CFLAGS): Rename to stat64_CFLAGS.
(TESTS): Replace stat32-v.test and stat64-v.test with stat64.test.
* tests/.gitignore: Replace stat32 with stat64.
tests/.gitignore
tests/Makefile.am
tests/stat.c
tests/stat.test
tests/stat32-v.test [deleted file]
tests/stat32.c [deleted file]
tests/stat64-v.test [deleted file]
tests/stat64.c [new file with mode: 0644]
tests/stat64.test [new file with mode: 0755]