malloc-h: New module.
[gnulib.git] / modules / unistr / u32-chr-tests
blob81fc8d78b332f648f66443add77e7c0b3d6ed366
1 Files:
2 tests/unistr/test-u32-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/u32-set
14 configure.ac:
15 gl_FUNC_MMAP_ANON
16 AC_CHECK_HEADERS_ONCE([sys/mman.h])
17 AC_CHECK_FUNCS_ONCE([mprotect])
19 Makefile.am:
20 TESTS += test-u32-chr
21 check_PROGRAMS += test-u32-chr
22 test_u32_chr_SOURCES = unistr/test-u32-chr.c
23 test_u32_chr_LDADD = $(LDADD) $(LIBUNISTRING)