annotate modules/unistr/u8-strncat-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 86634e33e086
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12708
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/unistr/test-u8-strncat.c
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/unistr/test-strncat.h
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/zerosize-ptr.h
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/macros.h
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/mmap-anon.m4
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 extensions
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 getpagesize
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_FUNC_MMAP_ANON
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 AC_CHECK_HEADERS_ONCE([sys/mman.h])
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 AC_CHECK_FUNCS_ONCE([mprotect])
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 TESTS += test-u8-strncat
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 check_PROGRAMS += test-u8-strncat
c3306b011528 Tests for module 'unistr/u8-strncat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 test_u8_strncat_SOURCES = unistr/test-u8-strncat.c
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 12708
diff changeset
21 test_u8_strncat_LDADD = $(LDADD) $(LIBUNISTRING)