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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9283
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
930efddef3ad Depend on fprintf-posix.
Bruno Haible <bruno@clisp.org>
parents: 9330
diff changeset
10 fprintf-posix
9283
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 License:
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 LGPL