unistr/u*-chr, unistr/u*-strchr: Fix link errors and warnings.
[gnulib.git] / modules / unistr / u8-strchr-tests
1 Files:
2 tests/unistr/test-u8-strchr.c
3 tests/unistr/test-strchr.h
4 tests/zerosize-ptr.h
5 tests/macros.h
6 m4/mmap-anon.m4
7
8 Depends-on:
9 extensions
10 getpagesize
11 unistr/u8-set
12 unistr/u32-set
13
14 configure.ac:
15 gl_FUNC_MMAP_ANON
16 AC_CHECK_HEADERS_ONCE([sys/mman.h])
17 AC_CHECK_FUNCS_ONCE([mprotect])
18
19 Makefile.am:
20 TESTS += test-u8-strchr
21 check_PROGRAMS += test-u8-strchr
22 test_u8_strchr_SOURCES = unistr/test-u8-strchr.c
23 test_u8_strchr_LDADD = $(LDADD) $(LIBUNISTRING)