strace/tests/vfork-f.test
Dmitry V. Levin 78db0f2dcf tests: add fork-f.test and vfork-f.test
Check how strace -f follows fork and vfork syscalls.

* tests/fork-f.c: New file.
* tests/fork-f.test: New test.
* tests/vfork-f.c: New file.
* tests/vfork-f.test: New test.
* tests/Makefile.am (check_PROGRAMS): Add fork-f and vfork-f.
(TESTS): Add fork-f.test and vfork-f.test.
* tests/.gitignore: Add fork-f and vfork-f.
2015-12-30 23:08:32 +00:00

6 lines
85 B
Bash
Executable File

#!/bin/sh
# Check how strace -f follows vfork syscall.
. "${srcdir=.}/fork-f.test"