annotate modules/roundf-ieee-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 f16e87d6bf2e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13980
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-roundf-ieee.c
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/minus-zero.h
16431
f16e87d6bf2e roundf-ieee tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 13980
diff changeset
4 tests/infinity.h
f16e87d6bf2e roundf-ieee tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 13980
diff changeset
5 tests/nan.h
13980
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/macros.h
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
16431
f16e87d6bf2e roundf-ieee tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 13980
diff changeset
9 isnanf-nolibm
13980
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 float
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 signbit
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 TESTS += test-roundf-ieee
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 check_PROGRAMS += test-roundf-ieee
6eb5574f0333 New module 'roundf-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 test_roundf_ieee_LDADD = $(LDADD) @ROUNDF_LIBM@