summaryrefslogtreecommitdiff
path: root/modules/rintf-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.
* Tests for module 'rintf'.Bruno Haible2011-10-091-0/+17
* modules/rintf-tests: New file. * tests/test-rintf.c: New file.