view modules/unistr/u16-strncpy-tests @ 16434:4f9beada6ccb

New module 'frexpf-ieee'. * modules/frexpf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Feb 2012 15:08:36 +0100
parents 86634e33e086
children
line wrap: on
line source

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

Depends-on:
extensions
getpagesize

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

Makefile.am:
TESTS += test-u16-strncpy
check_PROGRAMS += test-u16-strncpy
test_u16_strncpy_SOURCES = unistr/test-u16-strncpy.c
test_u16_strncpy_LDADD = $(LDADD) $(LIBUNISTRING)