strace/tests/ioctl_evdev-v.c
Dmitry V. Levin aa95ec7648 tests: use VERBOSE macro in ioctl_evdev and ioctl_evdev-v tests
* tests/ioctl_evdev-v.c (VERBOSE_IOCTL): Remove.
(VERBOSE): Define to 1.
* tests/ioctl_evdev.c: Check VERBOSE instead of VERBOSE_IOCTL.
2016-09-26 15:24:01 +00:00

4 lines
97 B
C

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