]> granicus.if.org Git - strace/commit
tests: add ftruncate64.test and truncate64.test
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 1 Dec 2015 00:32:40 +0000 (00:32 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 1 Dec 2015 08:28:45 +0000 (08:28 +0000)
commit431d63c13f955f8606eb46ad7344825dc2e3e7ca
tree20db801a491c3605c503d507bed300cbb1652e5e
parentc1bb87a99d29dd0d106031d03d65cd4185c29d4b
tests: add ftruncate64.test and truncate64.test

* tests/ftruncate64.c: New file.
* tests/truncate64.c: Likewise.
* tests/ftruncate64.test: New test.
* tests/truncate64.test: Likewise.
* tests/Makefile.am (check_PROGRAMS): Add ftruncate64 and truncate64.
(ftruncate64_CFLAGS, truncate64_CFLAGS): Define.
(TESTS): Add ftruncate64.test and truncate64.test.
* tests/.gitignore: Add ftruncate64 and truncate64.
tests/.gitignore
tests/Makefile.am
tests/ftruncate64.c [new file with mode: 0644]
tests/ftruncate64.test [new file with mode: 0755]
tests/truncate64.c [new file with mode: 0644]
tests/truncate64.test [new file with mode: 0755]