remainder* tests: More tests.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Mar 2012 22:07:45 +0000 (23:07 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Mar 2012 22:07:45 +0000 (23:07 +0100)
commit5eb8c1aaacc36b33fce63f8e9f15175997bb1fa4
tree975fa46ba9a97f9351d22c724290dde4fecdb06d
parent9655379852fdbf3a0797035fc30a4060a2b191cf
remainder* tests: More tests.

* tests/test-remainder.h: New file, based on tests/test-fmod.h.
* tests/test-remainder.c: Include <float.h> and test-remainder.h.
(main): Invoke test_function.
* tests/test-remainderf.c: Include <float.h> and test-remainder.h.
(main): Invoke test_function.
* tests/test-remainderl.c: Include <float.h> and test-remainder.h.
(main): Invoke test_function.
* modules/remainder-tests (Files): Add tests/test-remainder.h,
tests/randomd.c.
(Makefile.am): Add randomd.c to test_remainder_SOURCES.
* modules/remainderf-tests (Files): Add tests/test-remainder.h,
tests/randomf.c.
(Makefile.am): Add randomf.c to test_remainderf_SOURCES.
* modules/remainderl-tests (Files): Add tests/test-remainder.h,
tests/randoml.c.
(Depends-on): Add 'float'.
(Makefile.am): Add randoml.c to test_remainderl_SOURCES.
ChangeLog
modules/remainder-tests
modules/remainderf-tests
modules/remainderl-tests
tests/test-remainder.c
tests/test-remainder.h [new file with mode: 0644]
tests/test-remainderf.c
tests/test-remainderl.c