annotate modules/trunc-tests @ 17363:5a51fb7777a9

sys_select, sys_time: port 2013-01-30 Solaris 2.6 fix to Cygwin Problem reported by Marco Atzeri in <http://lists.gnu.org/archive/html/bug-gnulib/2013-03/msg00000.html>. * lib/sys_select.in.h [HAVE_SYS_SELECT_H && _CYGWIN_SYS_TIME_H]: Simply delegate to the system <sys/select.h> in this case too. Also, pay attention to _GL_SYS_SELECT_H_REDIRECT_FROM_SYS_TIME_H only if OSF/1, since otherwise Cygwin breaks, and it doesn't seem to be needed on Solaris either. * lib/sys_time.in.h [_CYGWIN_SYS_TIME_H]: Simply delgate to the system <sys/time.h> in this case.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 19 Mar 2013 09:08:47 -0700
parents 328819af1c02
children
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
13834
108bbfd6f03b frexp, tests: work around ICC bug with -zero
Eric Blake <eblake@redhat.com>
parents: 13187
diff changeset
4 tests/minus-zero.h
15595
328819af1c02 Support for MSVC compiler: Avoid division by a literal 0.
Bruno Haible <bruno@clisp.org>
parents: 13983
diff changeset
5 tests/infinity.h
9854
baba3b346ab2 Use macros NaNf, NaNd, NaNl instead of NAN.
Bruno Haible <bruno@clisp.org>
parents: 9646
diff changeset
6 tests/nan.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
7 tests/signature.h
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
8 tests/macros.h
9283
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
9330
e9c1a1cb030b Add dependencies for test-trunc2.
Bruno Haible <bruno@clisp.org>
parents: 9329
diff changeset
11 float
9646
a113e473cc98 Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents: 9367
diff changeset
12 isnand-nolibm
9330
e9c1a1cb030b Add dependencies for test-trunc2.
Bruno Haible <bruno@clisp.org>
parents: 9329
diff changeset
13 stdbool
e9c1a1cb030b Add dependencies for test-trunc2.
Bruno Haible <bruno@clisp.org>
parents: 9329
diff changeset
14 stdint
9283
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 configure.ac:
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
0fdd2b755ce6 Test for module 'trunc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Makefile.am:
9329
86e2a4593495 Add new test for trunc function.
Bruno Haible <bruno@clisp.org>
parents: 9328
diff changeset
19 TESTS += test-trunc1 test-trunc2
86e2a4593495 Add new test for trunc function.
Bruno Haible <bruno@clisp.org>
parents: 9328
diff changeset
20 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
21 test_trunc1_LDADD = $(LDADD) @TRUNC_LIBM@
9329
86e2a4593495 Add new test for trunc function.
Bruno Haible <bruno@clisp.org>
parents: 9328
diff changeset
22 test_trunc2_LDADD = $(LDADD) @TRUNC_LIBM@