Mercurial > hg > octave-kai > gnulib-hg
annotate modules/floor-ieee-tests @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | 81d79089d6a0 |
children |
rev | line source |
---|---|
13981 | 1 Files: |
2 tests/test-floor-ieee.c | |
3 tests/minus-zero.h | |
16423
81d79089d6a0
floor-ieee tests: More tests.
Bruno Haible <bruno@clisp.org>
parents:
13981
diff
changeset
|
4 tests/infinity.h |
81d79089d6a0
floor-ieee tests: More tests.
Bruno Haible <bruno@clisp.org>
parents:
13981
diff
changeset
|
5 tests/nan.h |
13981 | 6 tests/macros.h |
7 | |
8 Depends-on: | |
16423
81d79089d6a0
floor-ieee tests: More tests.
Bruno Haible <bruno@clisp.org>
parents:
13981
diff
changeset
|
9 isnand-nolibm |
13981 | 10 float |
11 signbit | |
12 | |
13 configure.ac: | |
14 | |
15 Makefile.am: | |
16 TESTS += test-floor-ieee | |
17 check_PROGRAMS += test-floor-ieee | |
18 test_floor_ieee_LDADD = $(LDADD) @FLOOR_LIBM@ |