annotate modules/c-strcase-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 413f5a66c55a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8414
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-c-strcase.sh
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-c-strcasecmp.c
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/test-c-strncasecmp.c
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 10935
diff changeset
5 tests/macros.h
8414
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/locale-fr.m4
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/locale-tr.m4
10935
b8b471b7c90f codeset.m4 is required by locale-fr.m4.
Bruno Haible <bruno@clisp.org>
parents: 9284
diff changeset
8 m4/codeset.m4
8414
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
14335
413f5a66c55a Avoid setlocale bugs in tests.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
11 setlocale
8414
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gt_LOCALE_FR
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 gt_LOCALE_TR_UTF8
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 TESTS += test-c-strcase.sh
12775
03aab12b3f15 Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
19 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
8414
da8cfeefc405 Tests for module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 check_PROGRAMS += test-c-strcasecmp test-c-strncasecmp