rint* tests: More tests.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2012 16:17:19 +0000 (17:17 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2012 16:49:33 +0000 (17:49 +0100)
commite342ff35944348fd2c2c8d154c639defb6268694
treeed64f587fa1252ef15f30051b048beeb7fb96601
parent80c3530fa6f0b67feb8e3a01c6ae0f3074d8129d
rint* tests: More tests.

* 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.
ChangeLog
modules/rint-tests
modules/rintf-tests
modules/rintl-tests
tests/test-rint.c
tests/test-rint.h [new file with mode: 0644]
tests/test-rintf.c
tests/test-rintl.c