Dmitry V. Levin
ba35137246
* configure.ac (AC_CHECK_FUNCS): Add ioctl_rtc. * tests/ioctl_rtc.c: New file. * tests/ioctl_rtc-v.c: Likewise. * tests/ioctl_rtc.test: New test. * tests/ioctl_rtc-v.test: Likewise. * tests/.gitignore: Add ioctl_rtc and ioctl_rtc-v. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add ioctl_rtc.test and ioctl_rtc-v.test.
4 lines
97 B
C
4 lines
97 B
C
/* This file is part of ioctl_rtc-v strace test. */
|
|
#define VERBOSE_IOCTL
|
|
#include "ioctl_rtc.c"
|