strace/tests/wait4-v.c
Dmitry V. Levin 5cc7036061 tests: use VERBOSE macro in wait4 and wait4-v tests
* tests/wait4-v.c (VERBOSE_RUSAGE): Remove.
(VERBOSE): Define to 1.
* tests/wait4.c (sprint_rusage): Check VERBOSE instead
of VERBOSE_RUSAGE.
2016-09-26 15:24:26 +00:00

4 lines
85 B
C

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