summaryrefslogtreecommitdiff
path: root/modules/quotearg-simple-tests
blob: 7f2f03f3456a87696bf96ea0f320aec54caea3a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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) @LIBINTL@ $(MBRTOWC_LIB)