summaryrefslogtreecommitdiff
path: root/modules/unistr/u16-chr-tests
blob: d6bf77197f59c8ba79e96c33b7a2fbdeaf72fda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Files:
tests/unistr/test-u16-chr.c
tests/unistr/test-chr.h
tests/zerosize-ptr.h
tests/macros.h
m4/mmap-anon.m4

Depends-on:
c99
extensions
getpagesize
unistr/u16-set
unistr/u32-set
unistr/u32-to-u16

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

Makefile.am:
TESTS += test-u16-chr
check_PROGRAMS += test-u16-chr
test_u16_chr_SOURCES = unistr/test-u16-chr.c
test_u16_chr_LDADD = $(LDADD) $(LIBUNISTRING)