strace/tests/waitid-v.c
Dmitry V. Levin 176c568a6a tests: extend test coverage of waitid syscall
* tests/waitid.c: New file.
* tests/waitid-v.c: Likewise.
* tests/waitid.test: New test.
* tests/waitid-v.test: Likewise.
* tests/.gitignore: Add waitid and waitid-v.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add waitid.test and waitid-v.test.
2016-06-10 09:16:10 +00:00

4 lines
92 B
C

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