Mercurial > hg > octave-shane > gnulib-hg
annotate modules/btowc-tests @ 16434:4f9beada6ccb
New module 'frexpf-ieee'.
* modules/frexpf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 15:08:36 +0100 |
parents | 413f5a66c55a |
children |
rev | line source |
---|---|
10896 | 1 Files: |
2 tests/test-btowc1.sh | |
3 tests/test-btowc2.sh | |
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 | 7 m4/locale-fr.m4 |
8 m4/codeset.m4 | |
9 | |
10 Depends-on: | |
14335
413f5a66c55a
Avoid setlocale bugs in tests.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
11 setlocale |
10896 | 12 |
13 configure.ac: | |
14 gt_LOCALE_FR | |
15 gt_LOCALE_FR_UTF8 | |
16 | |
17 Makefile.am: | |
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 | 20 check_PROGRAMS += test-btowc |
21 |