malloc-h: New module.
[gnulib.git] / modules / quotearg-simple-tests
blobdbbd94e71232e70c4f51d9755c86dac7c145d63a
1 Files:
2 tests/test-quotearg-simple.c
3 tests/test-quotearg.h
4 tests/macros.h
5 tests/zerosize-ptr.h
6 m4/mmap-anon.m4
8 Depends-on:
9 c99
10 stdint
12 configure.ac:
13 dnl Check for prerequisites for memory fence checks.
14 dnl FIXME: zerosize-ptr.h requires these: make a module for it
15 gl_FUNC_MMAP_ANON
16 AC_CHECK_HEADERS_ONCE([sys/mman.h])
17 AC_CHECK_FUNCS_ONCE([mprotect])
19 Makefile.am:
20 TESTS += test-quotearg-simple
21 check_PROGRAMS += test-quotearg-simple
22 test_quotearg_simple_LDADD = $(LDADD) @LIBINTL@ $(LIB_MBRTOWC)