gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / quotearg-simple-tests
blobba15ef2d4b4b9ee0ac484a587537db47d0dde22c
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) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV)