view modules/unistr/u8-strncat-tests @ 13922:120aa31e498d

* build-aux/gendocs.sh: restore x bit
author Eric Blake <eblake@redhat.com>
date Fri, 10 Dec 2010 09:40:08 -0700
parents 86634e33e086
children
line wrap: on
line source

Files:
tests/unistr/test-u8-strncat.c
tests/unistr/test-strncat.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-u8-strncat
check_PROGRAMS += test-u8-strncat
test_u8_strncat_SOURCES = unistr/test-u8-strncat.c
test_u8_strncat_LDADD = $(LDADD) $(LIBUNISTRING)