manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git] / modules / quotearg-simple-tests
blob3c932f037aeba86fd6069f58c644b7332aeed16e
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 stdint
11 configure.ac:
12 dnl Check for prerequisites for memory fence checks.
13 dnl FIXME: zerosize-ptr.h requires these: make a module for it
14 gl_FUNC_MMAP_ANON
15 AC_CHECK_HEADERS_ONCE([sys/mman.h])
16 AC_CHECK_FUNCS_ONCE([mprotect])
18 Makefile.am:
19 TESTS += test-quotearg-simple
20 check_PROGRAMS += test-quotearg-simple
21 test_quotearg_simple_LDADD = $(LDADD) @LIBINTL@