Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/trunc-tests @ 9646:a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 26 Jan 2008 15:17:58 +0100 |
parents | 930efddef3ad |
children | baba3b346ab2 |
rev | line source |
---|---|
9283 | 1 Files: |
9328
1cd01bf41d68
Rename tests/test-trunc.c to tests/test-trunc1.c.
Bruno Haible <bruno@clisp.org>
parents:
9283
diff
changeset
|
2 tests/test-trunc1.c |
9329
86e2a4593495
Add new test for trunc function.
Bruno Haible <bruno@clisp.org>
parents:
9328
diff
changeset
|
3 tests/test-trunc2.c |
9283 | 4 |
5 Depends-on: | |
9330
e9c1a1cb030b
Add dependencies for test-trunc2.
Bruno Haible <bruno@clisp.org>
parents:
9329
diff
changeset
|
6 float |
9646
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
9367
diff
changeset
|
7 isnand-nolibm |
9330
e9c1a1cb030b
Add dependencies for test-trunc2.
Bruno Haible <bruno@clisp.org>
parents:
9329
diff
changeset
|
8 stdbool |
e9c1a1cb030b
Add dependencies for test-trunc2.
Bruno Haible <bruno@clisp.org>
parents:
9329
diff
changeset
|
9 stdint |
9367 | 10 fprintf-posix |
9283 | 11 |
12 configure.ac: | |
13 | |
14 Makefile.am: | |
9329
86e2a4593495
Add new test for trunc function.
Bruno Haible <bruno@clisp.org>
parents:
9328
diff
changeset
|
15 TESTS += test-trunc1 test-trunc2 |
86e2a4593495
Add new test for trunc function.
Bruno Haible <bruno@clisp.org>
parents:
9328
diff
changeset
|
16 check_PROGRAMS += test-trunc1 test-trunc2 |
9328
1cd01bf41d68
Rename tests/test-trunc.c to tests/test-trunc1.c.
Bruno Haible <bruno@clisp.org>
parents:
9283
diff
changeset
|
17 test_trunc1_LDADD = $(LDADD) @TRUNC_LIBM@ |
9329
86e2a4593495
Add new test for trunc function.
Bruno Haible <bruno@clisp.org>
parents:
9328
diff
changeset
|
18 test_trunc2_LDADD = $(LDADD) @TRUNC_LIBM@ |
9283 | 19 |
20 License: | |
21 LGPL |