verify: new macro 'assume'
[gnulib.git] / modules / quotearg-simple-tests
1 Files:
2 tests/test-quotearg-simple.c
3 tests/test-quotearg.h
4 tests/macros.h
5 tests/zerosize-ptr.h
6
7 Depends-on:
8 progname
9 stdint
10
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])
17
18 Makefile.am:
19 TESTS += test-quotearg-simple
20 check_PROGRAMS += test-quotearg-simple
21 test_quotearg_simple_LDADD = $(LDADD) @LIBINTL@