Mercurial > hg > octave-kai > gnulib-hg
annotate modules/mbsstr-tests @ 15887:89c762414427
New module 'atanf'.
* lib/math.in.h (atanf): New declaration.
* lib/atanf.c: New file.
* m4/atanf.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether atanf is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_ATANF, HAVE_ATANF.
* modules/math (Makefile.am): Substitute GNULIB_ATANF, HAVE_ATANF.
* modules/atanf: New file.
* tests/test-math-c++.cc: Check the declaration of atanf.
* doc/posix-functions/atanf.texi: Mention the new module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 08 Oct 2011 23:55:44 +0200 |
parents | 413f5a66c55a |
children |
rev | line source |
---|---|
8132 | 1 Files: |
2 tests/test-mbsstr1.c | |
3 tests/test-mbsstr2.sh | |
4 tests/test-mbsstr2.c | |
5 tests/test-mbsstr3.sh | |
6 tests/test-mbsstr3.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
9284
diff
changeset
|
7 tests/macros.h |
8132 | 8 m4/locale-fr.m4 |
9 m4/locale-zh.m4 | |
10 m4/codeset.m4 | |
11 | |
12 Depends-on: | |
14335
413f5a66c55a
Avoid setlocale bugs in tests.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
13 setlocale |
8132 | 14 |
15 configure.ac: | |
16 gt_LOCALE_FR_UTF8 | |
17 gt_LOCALE_ZH_CN | |
18 | |
19 Makefile.am: | |
20 TESTS += test-mbsstr1 test-mbsstr2.sh test-mbsstr3.sh | |
12775
03aab12b3f15
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
21 TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_ZH_CN='@LOCALE_ZH_CN@' |
8132 | 22 check_PROGRAMS += test-mbsstr1 test-mbsstr2 test-mbsstr3 |
23 |