417ec2479d
* tests/tests.h [!XLAT_RAW] (XLAT_RAW): Define. [!XLAT_VERBOSE] (XLAT_VERBOSE): Likewise. * tests/mmap-Xabbrev.c: New file. * tests/mmap-Xraw.c: Likewise. * tests/mmap-Xverbose.c: Likewise. * tests/mmap64-Xabbrev.c: Likewise. * tests/mmap64-Xraw.c: Likewise. * tests/mmap64-Xverbose.c: Likewise. * tests/mmap.c (main): Add handling of XLAT_RAW and XLAT_VERBOSE macros. * tests/mmap.test: Add handling of optional test arguments that set alignment and xlat verbosity options. * tests/Makefile.am (mmap64_Xabbrev_CPPFLAGS, mmap64_Xraw_CPPFLAGS, mmap64_Xverbose_CPPFLAGS): New variables, analogous to mmap64_CPPFLAGS. * tests/pure_executables.list: Add mmap-Xabbrev, mmap-Xraw, mmap-Xverbose, mmap64-Xabbrev, mmap64-Xraw, and mmap64-Xverbose. * tests/.gitignore: Likewise. * tests/gen_tests.in (mmap-Xabbrev, mmap-Xraw, mmap-Xverbose, mmap64-Xabbrev, mmap64-Xraw, mmap64-Xverbose): New tests. Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
2 lines
18 B
C
2 lines
18 B
C
#include "mmap.c"
|