Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / unistr / u32-strncat-tests
1 Files:
2 tests/unistr/test-u32-strncat.c
3 tests/unistr/test-strncat.h
4 tests/zerosize-ptr.h
5 tests/macros.h
6 m4/mmap-anon.m4
7
8 Depends-on:
9 extensions
10 getpagesize
11
12 configure.ac:
13 gl_FUNC_MMAP_ANON
14 AC_CHECK_HEADERS_ONCE([sys/mman.h])
15 AC_CHECK_FUNCS_ONCE([mprotect])
16
17 Makefile.am:
18 TESTS += test-u32-strncat
19 check_PROGRAMS += test-u32-strncat
20 test_u32_strncat_SOURCES = unistr/test-u32-strncat.c
21 test_u32_strncat_LDADD = $(LDADD) $(LIBUNISTRING)