2 tests/test-quotearg-simple.c
13 dnl Check for prerequisites for memory fence checks.
14 dnl FIXME: zerosize-ptr.h requires these: make a module for it
16 AC_CHECK_HEADERS_ONCE([sys/mman.h])
17 AC_CHECK_FUNCS_ONCE([mprotect])
20 TESTS += test-quotearg-simple
21 check_PROGRAMS += test-quotearg-simple
22 test_quotearg_simple_LDADD = $(LDADD) @LIBINTL@ $(LIB_MBRTOWC)