summaryrefslogtreecommitdiff
path: root/gnulib/modules/unistr/u8-strncpy-tests
blob: b408e2c1bf4fbca277094844ac77480fedb96736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Files:
tests/unistr/test-u8-strncpy.c
tests/unistr/test-strncpy.h
tests/zerosize-ptr.h
tests/macros.h
m4/mmap-anon.m4

Depends-on:
extensions
getpagesize

configure.ac:
gl_FUNC_MMAP_ANON
AC_CHECK_HEADERS_ONCE([sys/mman.h])
AC_CHECK_FUNCS_ONCE([mprotect])

Makefile.am:
TESTS += test-u8-strncpy
check_PROGRAMS += test-u8-strncpy
test_u8_strncpy_SOURCES = unistr/test-u8-strncpy.c
test_u8_strncpy_LDADD = $(LDADD) $(LIBUNISTRING)