annotate modules/ilogb-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 f3fe07944aae
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16765
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-ilogb.c
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-ilogb.h
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/minus-zero.h
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/infinity.h
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/nan.h
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 tests/signature.h
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 tests/macros.h
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 tests/randomd.c
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Depends-on:
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 TESTS += test-ilogb
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 check_PROGRAMS += test-ilogb
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 test_ilogb_SOURCES = test-ilogb.c randomd.c
f3fe07944aae Tests for module 'ilogb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 test_ilogb_LDADD = $(LDADD) @ILOGB_LIBM@