1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Files:
tests/test-quotearg-simple.c
tests/test-quotearg.h
tests/macros.h
tests/zerosize-ptr.h
Depends-on:
progname
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@
|