]> granicus.if.org Git - strace/commit
tests: add prctl-pdeathsig.test and prctl-tsc.test
authorJingPiao Chen <chenjingpiao@foxmail.com>
Thu, 17 Nov 2016 13:15:51 +0000 (21:15 +0800)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 30 Nov 2016 23:40:30 +0000 (23:40 +0000)
commitd945e74377fe069de0fe1aa2823442cf8dbdbb52
treeb2d1c39279ed908d165f53025b653eb7ba16004e
parentec8f7833562b397befbc9349edf95e9eb53b633d
tests: add prctl-pdeathsig.test and prctl-tsc.test

* tests/prctl-pdeathsig.c: New file.
* tests/prctl-tsc.c: Likewise.
* tests/prctl-pdeathsig.test: New test.
* tests/prctl-tsc.test: Likewise.
* tests/.gitignore: Add prctl-pdeathsig and prctl-tsc.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add prctl-pdeathsig.test and prctl-tsc.test.
tests/.gitignore
tests/Makefile.am
tests/prctl-pdeathsig.c [new file with mode: 0644]
tests/prctl-pdeathsig.test [new file with mode: 0755]
tests/prctl-tsc.c [new file with mode: 0644]
tests/prctl-tsc.test [new file with mode: 0755]