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

4 lines
87 B
C

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