Mercurial > hg > octave-lojdl > gnulib-hg
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 |
rev | line source |
---|---|
10908 | 1 Files: |
2 tests/test-mbsinit.sh | |
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 | 6 m4/locale-fr.m4 |
7 m4/codeset.m4 | |
8 | |
9 Depends-on: | |
10 mbrtowc | |
11 | |
12 configure.ac: | |
13 gt_LOCALE_FR_UTF8 | |
14 | |
15 Makefile.am: | |
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 | 18 check_PROGRAMS += test-mbsinit |
19 |