annotate modules/mbsinit-tests @ 14276:6b7046963230

di-set, ino-map: new modules, from coreutils * lib/di-set.c: New file. * lib/di-set.h: Likewise. * lib/ino-map.c: Likewise. * lib/ino-map.h: Likewise. * modules/di-set: Likewise. * modules/di-set-tests: Likewise. * modules/ino-map: Likewise. * modules/ino-map-tests: Likewise. * tests/test-di-set.c: Likewise. * tests/test-ino-map.c: Likewise.
author Jim Meyering <meyering@redhat.com>
date Mon, 07 Feb 2011 16:01:24 +0100
parents 03aab12b3f15
children 413f5a66c55a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10908
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-mbsinit.sh
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-mbsinit.c
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
4 tests/signature.h
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
5 tests/macros.h
10908
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/locale-fr.m4
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/codeset.m4
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 mbrtowc
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gt_LOCALE_FR_UTF8
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 TESTS += test-mbsinit.sh
12775
03aab12b3f15 Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
17 TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
10908
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 check_PROGRAMS += test-mbsinit
bcd9ca0eda6e Tests for module 'mbsinit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19