Mercurial > hg > octave-lojdl > gnulib-hg
diff modules/unistr/u8-strncat-tests @ 12708:c3306b011528
Tests for module 'unistr/u8-strncat'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 10 Jan 2010 23:41:51 +0100 |
parents | |
children | 86634e33e086 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/unistr/u8-strncat-tests @@ -0,0 +1,20 @@ +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