Mercurial > hg > octave-lojdl > gnulib-hg
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 |
rev | line source |
---|---|
8414 | 1 Files: |
2 tests/test-c-strcase.sh | |
3 tests/test-c-strcasecmp.c | |
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 | 6 m4/locale-fr.m4 |
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 | 9 |
10 Depends-on: | |
14335
413f5a66c55a
Avoid setlocale bugs in tests.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
11 setlocale |
8414 | 12 |
13 configure.ac: | |
14 gt_LOCALE_FR | |
15 gt_LOCALE_TR_UTF8 | |
16 | |
17 Makefile.am: | |
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 | 20 check_PROGRAMS += test-c-strcasecmp test-c-strncasecmp |