annotate modules/duplocale-tests @ 17364:7524d97ae56f

stdalign: port to stricter ISO C11 ISO C11 says that _Alignof's operand must be a parenthesized type. Problem reported by Eli Zaretskii in <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00960.html>. * doc/posix-headers/stdalign.texi (stdalign.h): Document this. * m4/stdalign.m4 (gl_STDALIGN_H): Don't use _Alignof (expr).
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 29 Mar 2013 19:47:13 -0700
parents a48d3d749ca5
children 05a21d5b996b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12343
ab469d89766a Tests for module 'duplocale'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
2 tests/test-duplocale.c
12489
33ab12a7cea2 tests: add signature checks
Eric Blake <ebb9@byu.net>
parents: 12343
diff changeset
3 tests/signature.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
4 tests/macros.h
12343
ab469d89766a Tests for module 'duplocale'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
ab469d89766a Tests for module 'duplocale'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Depends-on:
ab469d89766a Tests for module 'duplocale'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
ab469d89766a Tests for module 'duplocale'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 configure.ac:
ab469d89766a Tests for module 'duplocale'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 AC_CHECK_FUNCS_ONCE([duplocale])
ab469d89766a Tests for module 'duplocale'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
ab469d89766a Tests for module 'duplocale'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Makefile.am:
ab469d89766a Tests for module 'duplocale'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 TESTS += test-duplocale
ab469d89766a Tests for module 'duplocale'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 check_PROGRAMS += test-duplocale