Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/frexpl-tests @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | 33ab12a7cea2 |
children | 15712244d6dc |
rev | line source |
---|---|
8498 | 1 Files: |
2 tests/test-frexpl.c | |
11224
5aa57cee93aa
avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
Eric Blake <ebb9@byu.net>
parents:
10810
diff
changeset
|
3 tests/nan.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/signature.h |
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
5 tests/macros.h |
8498 | 6 |
7 Depends-on: | |
8531 | 8 fpucw |
8545
418f381347dc
Work around IRIX 6.5 cc compiler bug, which simplifies x != x to false.
Bruno Haible <bruno@clisp.org>
parents:
8531
diff
changeset
|
9 isnanl-nolibm |
8654
a2bc90a7b7aa
Test also the sign bit of zero results.
Bruno Haible <bruno@clisp.org>
parents:
8545
diff
changeset
|
10 signbit |
10601
ca053fa79cd3
Use a more portable replacement expression for -0.0L.
Bruno Haible <bruno@clisp.org>
parents:
8654
diff
changeset
|
11 float |
8498 | 12 |
13 configure.ac: | |
14 | |
15 Makefile.am: | |
16 TESTS += test-frexpl | |
17 check_PROGRAMS += test-frexpl | |
10810
2d3e8b43c9f4
Avoid possible link error.
Bruno Haible <bruno@clisp.org>
parents:
10601
diff
changeset
|
18 test_frexpl_LDADD = $(LDADD) @FREXPL_LIBM@ |
8498 | 19 |
20 License: | |
21 LGPL |