3ee6af9d70bd76944a750be5743839f697aca15f
[gnulib.git] / modules / unistr / u8-chr-tests
1 Files:
2 tests/unistr/test-u8-chr.c
3 tests/unistr/test-chr.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
13 configure.ac:
14 gl_FUNC_MMAP_ANON
15 AC_CHECK_HEADERS_ONCE([sys/mman.h])
16 AC_CHECK_FUNCS_ONCE([mprotect])
17
18 Makefile.am:
19 TESTS += test-u8-chr
20 check_PROGRAMS += test-u8-chr
21 test_u8_chr_SOURCES = unistr/test-u8-chr.c
22 test_u8_chr_LDADD = $(LDADD) $(LIBUNISTRING)