annotate modules/mbrtowc-tests @ 11658:8b1dcb465dff

tests: add test for bogus NULL definition * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL. * tests/test-stdlib.c: Likewise. * tests/test-string.c: Likewise. * tests/test-locale.c: Likewise. * tests/test-unistd.c: Likewise. * modules/stdio-tests (Depends-on): Add verify. * modules/stdlib-tests (Depends-on): Likewise. * modules/string-tests (Depends-on): Likewise. * modules/locale-tests (Depends-on): Likewise. * modules/unistd-tests (Depends-on): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Fri, 26 Jun 2009 08:00:28 -0600
parents 9ad8bcddd5f9
children 33ab12a7cea2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10907
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-mbrtowc1.sh
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-mbrtowc2.sh
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/test-mbrtowc3.sh
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/test-mbrtowc4.sh
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/test-mbrtowc.c
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/locale-fr.m4
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 m4/locale-ja.m4
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 m4/locale-zh.m4
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 m4/codeset.m4
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Depends-on:
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 mbsinit
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 wctob
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 configure.ac:
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gt_LOCALE_FR
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 gt_LOCALE_FR_UTF8
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 gt_LOCALE_JA
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 gt_LOCALE_ZH_CN
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Makefile.am:
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 TESTS += test-mbrtowc1.sh test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 TESTS_ENVIRONMENT += \
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 EXEEXT='@EXEEXT@' \
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 LOCALE_FR='@LOCALE_FR@' \
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 LOCALE_JA='@LOCALE_JA@' \
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 LOCALE_ZH_CN='@LOCALE_ZH_CN@'
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 check_PROGRAMS += test-mbrtowc
9ad8bcddd5f9 Tests for module 'mbrtowc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31