Mercurial > hg > octave-kai > gnulib-hg
annotate modules/roundl-ieee-tests @ 17431:744044c581c4
getcwd-lgpl: port to Tru64
* lib/getcwd-lgpl.c: Include <stdlib.h>, for malloc etc.
Problem reported by Steven M. Schweda in
<http://lists.gnu.org/archive/html/bug-gzip/2013-06/msg00010.html>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 11 Jun 2013 19:52:46 -0700 |
parents | ddc2bee9e4f8 |
children |
rev | line source |
---|---|
13988 | 1 Files: |
2 tests/test-roundl-ieee.c | |
3 tests/minus-zero.h | |
16433
ddc2bee9e4f8
roundl-ieee tests: More tests.
Bruno Haible <bruno@clisp.org>
parents:
13988
diff
changeset
|
4 tests/infinity.h |
ddc2bee9e4f8
roundl-ieee tests: More tests.
Bruno Haible <bruno@clisp.org>
parents:
13988
diff
changeset
|
5 tests/nan.h |
13988 | 6 tests/macros.h |
7 | |
8 Depends-on: | |
16433
ddc2bee9e4f8
roundl-ieee tests: More tests.
Bruno Haible <bruno@clisp.org>
parents:
13988
diff
changeset
|
9 isnanl-nolibm |
13988 | 10 float |
11 signbit | |
12 | |
13 configure.ac: | |
14 | |
15 Makefile.am: | |
16 TESTS += test-roundl-ieee | |
17 check_PROGRAMS += test-roundl-ieee | |
18 test_roundl_ieee_LDADD = $(LDADD) @ROUNDL_LIBM@ |