]> granicus.if.org Git - strace/commit
tests: check verbose decoding of 32-bit and 64-bit struct stat
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 7 Jan 2015 19:30:37 +0000 (19:30 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 8 Jan 2015 00:59:42 +0000 (00:59 +0000)
commit7b01014080f8d0a8aa446018246369343ea8f7ed
tree1ecd9705b08919f64a54c7a5eae9285086ab6cee
parent2928afe3b41bf96c98be59e802dd3655cd346aef
tests: check verbose decoding of 32-bit and 64-bit struct stat

* tests/stat.c: New file.
* tests/stat32.c: Likewise.
* tests/stat32-v.test: New file.
* tests/stat64-v.test: Likewise.
* tests/Makefile.am (check_PROGRAMS): Add stat and stat32.
(stat_CFLAGS): Define.
(TESTS): Add stat32-v.test and stat64-v.test.
* tests/.gitignore: Add stat and stat32.
tests/.gitignore
tests/Makefile.am
tests/stat.c [new file with mode: 0644]
tests/stat32-v.test [new file with mode: 0755]
tests/stat32.c [new file with mode: 0644]
tests/stat64-v.test [new file with mode: 0755]