strace/tests/wait4-v.c
Dmitry V. Levin 1f68abfed3 tests: extend test coverage of wait4 syscall
* tests/wait4.c: New file.
* tests/wait4-v.c: Likewise.
* tests/wait4.test: New test.
* tests/wait4-v.test: Likewise.
* tests/.gitignore: Add wait4 and wait4-v.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add wait4.test and wait4-v.test.
2016-06-10 09:15:59 +00:00

4 lines
90 B
C

/* This file is part of wait4-v strace test. */
#define VERBOSE_RUSAGE
#include "wait4.c"