blob: 5470dfe3afe836d701e74d784f0507ded3003348 [file] [log] [blame]
Files:
tests/test-quotearg-simple.c
tests/test-quotearg.h
tests/macros.h
tests/zerosize-ptr.h
m4/mmap-anon.m4
Depends-on:
stdint
configure.ac:
dnl Check for prerequisites for memory fence checks.
dnl FIXME: zerosize-ptr.h requires these: make a module for it
gl_FUNC_MMAP_ANON
AC_CHECK_HEADERS_ONCE([sys/mman.h])
AC_CHECK_FUNCS_ONCE([mprotect])
Makefile.am:
TESTS += test-quotearg-simple
check_PROGRAMS += test-quotearg-simple
test_quotearg_simple_LDADD = $(LDADD) @LIBINTL@ $(LIB_MBRTOWC)