annotate modules/unistr/u32-strncmp-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
12719
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/unistr/test-u32-strncmp.c
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/unistr/test-strncmp.h
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/macros.h
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Depends-on:
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 configure.ac:
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Makefile.am:
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 TESTS += test-u32-strncmp
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 check_PROGRAMS += test-u32-strncmp
92a082b88456 Tests for module 'unistr/u32-strncmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 test_u32_strncmp_SOURCES = unistr/test-u32-strncmp.c
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 12719
diff changeset
14 test_u32_strncmp_LDADD = $(LDADD) $(LIBUNISTRING)