Files:
tests/unistr/test-u8-strchr.c
tests/unistr/test-strchr.h
tests/zerosize-ptr.h
tests/macros.h
m4/mmap-anon.m4

Depends-on:
extensions
unistr/u8-set
unistr/u32-set
unistr/u32-to-u8

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

Makefile.am:
TESTS += test-u8-strchr
check_PROGRAMS += test-u8-strchr
test_u8_strchr_SOURCES = unistr/test-u8-strchr.c
test_u8_strchr_LDADD = $(LDADD) $(LIBUNISTRING)
