csharpcomp: Avoid error on Windows.
[gnulib.git] / modules / unistr / u8-strncpy-tests
blob1d4fa583f9428d3782f3e721d848f68694cc2d7b
1 Files:
2 tests/unistr/test-u8-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
11 configure.ac:
12 gl_FUNC_MMAP_ANON
13 AC_CHECK_HEADERS_ONCE([sys/mman.h])
14 AC_CHECK_FUNCS_ONCE([mprotect])
16 Makefile.am:
17 TESTS += test-u8-strncpy
18 check_PROGRAMS += test-u8-strncpy
19 test_u8_strncpy_SOURCES = unistr/test-u8-strncpy.c
20 test_u8_strncpy_LDADD = $(LDADD) $(LIBUNISTRING)