Mercurial > hg > octave-shane > gnulib-hg
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 |
rev | line source |
---|---|
13980 | 1 Files: |
2 tests/test-roundf-ieee.c | |
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 | 6 tests/macros.h |
7 | |
8 Depends-on: | |
16431
f16e87d6bf2e
roundf-ieee tests: More tests.
Bruno Haible <bruno@clisp.org>
parents:
13980
diff
changeset
|
9 isnanf-nolibm |
13980 | 10 float |
11 signbit | |
12 | |
13 configure.ac: | |
14 | |
15 Makefile.am: | |
16 TESTS += test-roundf-ieee | |
17 check_PROGRAMS += test-roundf-ieee | |
18 test_roundf_ieee_LDADD = $(LDADD) @ROUNDF_LIBM@ |