annotate modules/truncl-tests @ 16105:a2d45c112907

Depend on module fcntl-h when AT_FDCWD is used. * modules/utimens (Depends-on): Add fcntl-h. * modules/areadlinkat (Depends-on): Likewise. * modules/areadlinkat-with-size (Depends-on): Likewise. * modules/faccessat (Depends-on): Likewise. * modules/fchmodat (Depends-on): Likewise. * modules/fchownat (Depends-on): Likewise. * modules/getcwd (Depends-on): Likewise. * modules/mkdirat (Depends-on): Likewise. * modules/mkfifoat (Depends-on): Likewise. * modules/readlinkat (Depends-on): Likewise. * modules/symlinkat (Depends-on): Likewise. * modules/dup2-tests (Depends-on): Likewise. * modules/fdutimensat-tests (Depends-on): Likewise. * modules/futimens-tests (Depends-on): Likewise.
author Bruno Haible <bruno@clisp.org>
date Sat, 19 Nov 2011 21:07:36 +0100
parents 328819af1c02
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9288
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-truncl.c
13834
108bbfd6f03b frexp, tests: work around ICC bug with -zero
Eric Blake <eblake@redhat.com>
parents: 12521
diff changeset
3 tests/minus-zero.h
15595
328819af1c02 Support for MSVC compiler: Avoid division by a literal 0.
Bruno Haible <bruno@clisp.org>
parents: 13987
diff changeset
4 tests/infinity.h
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
5 tests/nan.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
6 tests/signature.h
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
7 tests/macros.h
9288
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 fpucw
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 isnanl-nolibm
10601
ca053fa79cd3 Use a more portable replacement expression for -0.0L.
Bruno Haible <bruno@clisp.org>
parents: 9288
diff changeset
12 float
9288
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 configure.ac:
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Makefile.am:
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 TESTS += test-truncl
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 check_PROGRAMS += test-truncl
6e111172a97d Test for module 'truncl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 test_truncl_LDADD = $(LDADD) @TRUNCL_LIBM@