]> granicus.if.org Git - strace/commit
unwind: tests: add a test for -k option
authorMasatake YAMATO <yamato@redhat.com>
Wed, 14 May 2014 04:16:29 +0000 (13:16 +0900)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 30 May 2014 22:59:27 +0000 (22:59 +0000)
commit9682107053968402da7afca7e82e2c6281d05518
treed7fa6ce7c1766a228487e12187a4b599fcae3661
parented69fc2dc3da87d337ddd02f9153a82a46196cdf
unwind: tests: add a test for -k option

* tests/stack-fcall.c: New test target.
* tests/strace-k.test: New test driver.
* tests/Makefile.am (check_PROGRAMS): Add stack-fcall.
(TESTS): Add strace-k.test.
* tests/.gitignore: Add stack-fcall.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
tests/.gitignore
tests/Makefile.am
tests/stack-fcall.c [new file with mode: 0644]
tests/strace-k.test [new file with mode: 0755]