annotate modules/mbscspn-tests @ 17632:86af85d364e1 default tip

unistd: port readlink to Mac OS X 10.3.9 * lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work around self-include problem in Mac OS X 10.3.9 when combined with readlink module. Problem reported by Klaus Zietler in <http://bugs.gnu.org/16825>.
author Paul Eggert <eggert@penguin.cs.ucla.edu>
date Tue, 25 Feb 2014 11:16:27 -0800
parents 413f5a66c55a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8137
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-mbscspn.sh
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-mbscspn.c
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 9284
diff changeset
4 tests/macros.h
8137
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 m4/locale-fr.m4
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/codeset.m4
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
14335
413f5a66c55a Avoid setlocale bugs in tests.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
9 setlocale
8137
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 gt_LOCALE_FR_UTF8
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 TESTS += test-mbscspn.sh
12775
03aab12b3f15 Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
16 TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
8137
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 check_PROGRAMS += test-mbscspn
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18