Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/ceill-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 |
---|---|
9298 | 1 Files: |
2 tests/test-ceill.c | |
11224
5aa57cee93aa
avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
Eric Blake <ebb9@byu.net>
parents:
10601
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 |
9298 | 6 |
7 Depends-on: | |
8 fpucw | |
9 isnanl-nolibm | |
10601
ca053fa79cd3
Use a more portable replacement expression for -0.0L.
Bruno Haible <bruno@clisp.org>
parents:
9298
diff
changeset
|
10 float |
9298 | 11 |
12 configure.ac: | |
13 | |
14 Makefile.am: | |
15 TESTS += test-ceill | |
16 check_PROGRAMS += test-ceill | |
17 test_ceill_LDADD = $(LDADD) @CEILL_LIBM@ | |
18 | |
19 License: | |
20 LGPL |