summaryrefslogtreecommitdiff
path: root/modules/rint-tests
Commit message (Collapse)AuthorAgeFilesLines
* rint* tests: More tests.Bruno Haible2012-03-031-0/+3
| | | | | | | | | | | | | | | | | * tests/test-rint.h: New file, partially extracted from tests/test-rintl.c. * tests/test-rint.c: Include test-rint.h. (main): Invoke test_function. * tests/test-rintf.c: Include test-rint.h. (main): Invoke test_function. * tests/test-rintl.c: Include test-rint.h. (main): Invoke test_function. * modules/rint-tests (Files): Add tests/test-rint.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_rint_SOURCES. * modules/rintf-tests (Files): Add tests/test-rint.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_rintf_SOURCES. * modules/rintl-tests (Files): Add tests/test-rint.h, tests/randoml.c. (Makefile.am): Add randoml.c to test_rintl_SOURCES.
* rint tests: More tests.Bruno Haible2011-10-091-0/+4
| | | | | | | | | | * 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.
* Tests for module 'rint'.Bruno Haible2010-01-251-0/+13