annotate modules/btowc-tests @ 14335:413f5a66c55a

Avoid setlocale bugs in tests. * modules/btowc (Dependencies): Add setlocale. * modules/c-strcase (Dependencies): Likewise. * modules/mbmemcasecmp (Dependencies): Likewise. * modules/mbmemcasecoll (Dependencies): Likewise. * modules/mbrtowc (Dependencies): Likewise. * modules/mbscasecmp (Dependencies): Likewise. * modules/mbscasestr (Dependencies): Likewise. * modules/mbschr (Dependencies): Likewise. * modules/mbscspn (Dependencies): Likewise. * modules/mbsinit (Dependencies): Likewise. * modules/mbsncasecmp (Dependencies): Likewise. * modules/mbsnrtowcs (Dependencies): Likewise. * modules/mbspbrk (Dependencies): Likewise. * modules/mbspcasecmp (Dependencies): Likewise. * modules/mbsrchr (Dependencies): Likewise. * modules/mbsrtowcs (Dependencies): Likewise. * modules/mbsspn (Dependencies): Likewise. * modules/mbsstr (Dependencies): Likewise. * modules/nl_langinfo (Dependencies): Likewise. * modules/quotearg (Dependencies): Likewise. * modules/unicase/locale-language (Dependencies): Likewise. * modules/unicase/ulc-casecmp (Dependencies): Likewise. * modules/unicase/ulc-casecoll (Dependencies): Likewise. * modules/unigbrk/ulc-grapheme-breaks (Dependencies): Likewise. * modules/unistdio/u8-vasnprintf (Dependencies): Likewise. * modules/unistdio/u16-vasnprintf (Dependencies): Likewise. * modules/unistdio/u32-vasnprintf (Dependencies): Likewise. * modules/unistdio/ulc-vasnprintf (Dependencies): Likewise. * modules/uniwbrk/ulc-wordbreaks (Dependencies): Likewise. * modules/vasnprintf-posix (Dependencies): Likewise. * modules/wcrtomb (Dependencies): Likewise. * modules/wcsnrtombs (Dependencies): Likewise. * modules/wcsrtombs (Dependencies): Likewise.
author Bruno Haible <bruno@clisp.org>
date Sat, 12 Feb 2011 19:09:23 +0100
parents 03aab12b3f15
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10896
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-btowc1.sh
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-btowc2.sh
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/test-btowc.c
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
5 tests/signature.h
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
6 tests/macros.h
10896
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/locale-fr.m4
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 m4/codeset.m4
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
5bfbc476aa57 Tests for module 'btowc'.
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
10896
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gt_LOCALE_FR
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 gt_LOCALE_FR_UTF8
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 TESTS += test-btowc1.sh test-btowc2.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_FR_UTF8='@LOCALE_FR_UTF8@'
10896
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 check_PROGRAMS += test-btowc
5bfbc476aa57 Tests for module 'btowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21