strace/tests/mmsg_name-v.c
Dmitry V. Levin 0c5b09c658 tests: use VERBOSE macro in mmsg_name and mmsg_name-v tests
* tests/mmsg_name-v.c (VERBOSE_MMSGHDR): Remove.
(VERBOSE): Define to 1.
* tests/mmsg_name.c (test_mmsg_name): Check VERBOSE instead
of VERBOSE_MMSGHDR.
2016-09-26 15:24:23 +00:00

5 lines
125 B
C

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