Mercurial > hg > octave-kai > gnulib-hg
view modules/unistr/u8-stpncpy-tests @ 16029:4d5243b3434e
renameat: Optimize code size.
* modules/renameat (configure.ac): Don't compile at-func2.c if
REPLACE_RENAMEAT is 1.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 04 Nov 2011 18:13:22 +0100 |
parents | 86634e33e086 |
children |
line wrap: on
line source
Files: tests/unistr/test-u8-stpncpy.c tests/unistr/test-stpncpy.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-stpncpy check_PROGRAMS += test-u8-stpncpy test_u8_stpncpy_SOURCES = unistr/test-u8-stpncpy.c test_u8_stpncpy_LDADD = $(LDADD) $(LIBUNISTRING)