view modules/unistr/u32-strchr-tests @ 17111:b8250ce33952

hash-pjw: relax license to LGPLv2+ * modules/hash-pjw (License): Relax, with consent of author.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 26 Sep 2012 20:12:57 -0700
parents e88b0c7d0f85
children
line wrap: on
line source

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

Depends-on:
extensions
getpagesize
unistr/u32-set

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

Makefile.am:
TESTS += test-u32-strchr
check_PROGRAMS += test-u32-strchr
test_u32_strchr_SOURCES = unistr/test-u32-strchr.c
test_u32_strchr_LDADD = $(LDADD) $(LIBUNISTRING)