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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8132
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-mbsstr1.c
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-mbsstr2.sh
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/test-mbsstr2.c
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/test-mbsstr3.sh
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 m4/locale-fr.m4
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 m4/locale-zh.m4
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 m4/codeset.m4
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Depends-on:
14335
413f5a66c55a Avoid setlocale bugs in tests.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
13 setlocale
8132
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 configure.ac:
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 gt_LOCALE_FR_UTF8
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gt_LOCALE_ZH_CN
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 check_PROGRAMS += test-mbsstr1 test-mbsstr2 test-mbsstr3
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23