]> granicus.if.org Git - strace/commit
tests: add tests for getpid and getppid syscalls
authorSandhya Bankar <bankarsandhya512@gmail.com>
Sun, 2 Apr 2017 21:22:35 +0000 (02:52 +0530)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 7 Apr 2017 01:21:36 +0000 (01:21 +0000)
commitfd1041f6aca442492830979a41922ea34c57e8cd
tree096795b259f5bbf191d2582f930bb10948dc35d2
parent3288b4fe778e5dbc48b092d04f7bd854bc6d897b
tests: add tests for getpid and getppid syscalls

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
[ldv: rewritten everything]

* tests/getpid.c: New file.
* tests/getppid.c: Likewise.
* tests/.gitignore: Add getpid and getppid.
* tests/pure_executables.list: Likewise.
* tests/Makefile.am (check_PROGRAMS): Likewise.
* tests/gen_tests.in (getpid, getppid): New entries.
tests/.gitignore
tests/Makefile.am
tests/gen_tests.in
tests/getpid.c [new file with mode: 0644]
tests/getppid.c [new file with mode: 0644]
tests/pure_executables.list