Mercurial > hg > octave-lojdl > gnulib-hg
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 |
rev | line source |
---|---|
9288 | 1 Files: |
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 | 8 |
9 Depends-on: | |
10 fpucw | |
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 | 13 |
14 configure.ac: | |
15 | |
16 Makefile.am: | |
17 TESTS += test-truncl | |
18 check_PROGRAMS += test-truncl | |
19 test_truncl_LDADD = $(LDADD) @TRUNCL_LIBM@ |