23 lines
527 B
Plaintext
23 lines
527 B
Plaintext
Files:
|
|
tests/test-quotearg-simple.c
|
|
tests/test-quotearg.h
|
|
tests/macros.h
|
|
tests/zerosize-ptr.h
|
|
m4/mmap-anon.m4
|
|
|
|
Depends-on:
|
|
c99
|
|
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) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV)
|