malloc-h: New module.
[gnulib.git] / modules / unistr / u8-chr-tests
blob7b0bf8d4f95dd8d07c352a92c05f8d433bc41dee
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
8 Depends-on:
9 c99
10 extensions
11 getpagesize
12 unistr/u8-set
13 unistr/u32-set
14 unistr/u32-to-u8
16 configure.ac:
17 gl_FUNC_MMAP_ANON
18 AC_CHECK_HEADERS_ONCE([sys/mman.h])
19 AC_CHECK_FUNCS_ONCE([mprotect])
21 Makefile.am:
22 TESTS += test-u8-chr
23 check_PROGRAMS += test-u8-chr
24 test_u8_chr_SOURCES = unistr/test-u8-chr.c
25 test_u8_chr_LDADD = $(LDADD) $(LIBUNISTRING)