81b63834dd
* configure.ac (AC_CHECK_HEADERS): Add linux/dqblk_xfs.h, linux/quota.h, and sys/quota.h. * tests/.gitignore: Add quotactl, quotactl-v, quotactl-xfs, and quotactl-xfs-v. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add quotactl.test, quotactl-v.test, quotactl-xfs.test, and quotactl-xfs-v.test. (EXTRA_DIST): Add quotactl.h * quotactl.h: New file. * quotactl.c: Likewise. * quotactl-v.c: Likewise. * quotactl-xfs.c: Likewise. * quotactl-xfs-v.c: Likewise. * quotactl.test: New test. * quotactl-v.test: Likewise. * quotactl-xfs.test: Likewise. * quotactl-xfs-v.test: Likewise.
4 lines
99 B
C
4 lines
99 B
C
/* This file is part of quotactl-xfs-v strace test. */
|
|
#define VERBOSE 1
|
|
#include "quotactl-xfs.c"
|