warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / unistr / u16-strncpy-tests
blob9631223cc202fe591d57ba2f3201db7b57bbfa4f
1 Files:
2 tests/unistr/test-u16-strncpy.c
3 tests/unistr/test-strncpy.h
4 tests/zerosize-ptr.h
5 tests/macros.h
6 m4/mmap-anon.m4
8 Depends-on:
9 extensions
10 getpagesize
12 configure.ac:
13 gl_FUNC_MMAP_ANON
14 AC_CHECK_HEADERS_ONCE([sys/mman.h])
15 AC_CHECK_FUNCS_ONCE([mprotect])
17 Makefile.am:
18 TESTS += test-u16-strncpy
19 check_PROGRAMS += test-u16-strncpy
20 test_u16_strncpy_SOURCES = unistr/test-u16-strncpy.c
21 test_u16_strncpy_LDADD = $(LDADD) $(LIBUNISTRING)