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

4 lines
93 B
C

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