1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00

rint tests: More tests.

* tests/test-rint.c: Include <float.h>, <stdio.h>, isnand-nolibm.h,
minus-zero.h, infinity.h, nan.h.
(main): Skip the test if the current rounding mode is not standard. Add
tests for negative numbers, minus zero, infinity, NaN.
* modules/rint-tests (Files): Add tests/minus-zero.h, tests/infinity.h,
tests/nan.h.
(Depends-on): Add isnand-nolibm.
This commit is contained in:
Bruno Haible
2011-10-09 18:31:06 +02:00
parent 9b7146b0e2
commit 170dd03f11
3 changed files with 73 additions and 28 deletions

View File

@@ -1,9 +1,13 @@
Files:
tests/test-rint.c
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/signature.h
tests/macros.h
Depends-on:
isnand-nolibm
configure.ac: