Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/wcsrtombs-tests @ 17448:b3516a31a386
regex: port to --with-included-regex --enable-gcc-warnings non-threaded
* lib/regex_internal.h (lock_fini, lock_lock): Rework to avoid
gcc warnings in the non-threaded case. Reported by Charlie Brown in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-07/msg00015.html>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 09 Jul 2013 11:35:01 -0700 |
parents | 413f5a66c55a |
children |
rev | line source |
---|---|
10942 | 1 Files: |
2 tests/test-wcsrtombs1.sh | |
3 tests/test-wcsrtombs2.sh | |
4 tests/test-wcsrtombs3.sh | |
5 tests/test-wcsrtombs4.sh | |
6 tests/test-wcsrtombs.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
7 tests/signature.h |
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
8 tests/macros.h |
10942 | 9 m4/locale-fr.m4 |
10 m4/locale-ja.m4 | |
11 m4/locale-zh.m4 | |
12 m4/codeset.m4 | |
13 | |
14 Depends-on: | |
14335
413f5a66c55a
Avoid setlocale bugs in tests.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
15 setlocale |
10942 | 16 |
17 configure.ac: | |
18 gt_LOCALE_FR | |
19 gt_LOCALE_FR_UTF8 | |
20 gt_LOCALE_JA | |
21 gt_LOCALE_ZH_CN | |
22 | |
23 Makefile.am: | |
24 TESTS += test-wcsrtombs1.sh test-wcsrtombs2.sh test-wcsrtombs3.sh test-wcsrtombs4.sh | |
25 TESTS_ENVIRONMENT += \ | |
26 LOCALE_FR='@LOCALE_FR@' \ | |
27 LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \ | |
28 LOCALE_JA='@LOCALE_JA@' \ | |
29 LOCALE_ZH_CN='@LOCALE_ZH_CN@' | |
30 check_PROGRAMS += test-wcsrtombs | |
31 |