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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13988
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-roundl-ieee.c
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/macros.h
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
16433
ddc2bee9e4f8 roundl-ieee tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 13988
diff changeset
9 isnanl-nolibm
13988
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 float
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 signbit
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 TESTS += test-roundl-ieee
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 check_PROGRAMS += test-roundl-ieee
46007e663235 New module 'roundl-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 test_roundl_ieee_LDADD = $(LDADD) @ROUNDL_LIBM@