view modules/unistr/u8-chr-tests @ 16455:cfdc186017be

New module 'fabsf-ieee'. * modules/fabsf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Feb 2012 17:27:36 +0100
parents 24ed6e62c681
children
line wrap: on
line source

Files:
tests/unistr/test-u8-chr.c
tests/unistr/test-chr.h
tests/zerosize-ptr.h
tests/macros.h
m4/mmap-anon.m4

Depends-on:
extensions
getpagesize
unistr/u8-set
unistr/u32-set
unistr/u32-to-u8

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

Makefile.am:
TESTS += test-u8-chr
check_PROGRAMS += test-u8-chr
test_u8_chr_SOURCES = unistr/test-u8-chr.c
test_u8_chr_LDADD = $(LDADD) $(LIBUNISTRING)