regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / unistr / u16-strchr-tests
1 Files:
2 tests/unistr/test-u16-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/u16-set
12 unistr/u32-set
13 unistr/u32-to-u16
14
15 configure.ac:
16 gl_FUNC_MMAP_ANON
17 AC_CHECK_HEADERS_ONCE([sys/mman.h])
18 AC_CHECK_FUNCS_ONCE([mprotect])
19
20 Makefile.am:
21 TESTS += test-u16-strchr
22 check_PROGRAMS += test-u16-strchr
23 test_u16_strchr_SOURCES = unistr/test-u16-strchr.c
24 test_u16_strchr_LDADD = $(LDADD) $(LIBUNISTRING)