fmod* tests: More tests.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2012 17:15:16 +0000 (18:15 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2012 18:56:25 +0000 (19:56 +0100)
commit3261e6f0337130c6bbde8db61e28c87bb901d749
tree070707e93fb9d4703fbd9e914bc88b638407fe12
parente342ff35944348fd2c2c8d154c639defb6268694
fmod* tests: More tests.

* tests/test-fmod.h: New file.
* tests/test-fmod.c: Include <float.h> and test-fmod.h.
(main): Invoke test_function.
* tests/test-fmodf.c: Include <float.h> and test-fmod.h.
(main): Invoke test_function.
* tests/test-fmodl.c: Include <float.h> and test-fmod.h.
(main): Invoke test_function.
* modules/fmod-tests (Files): Add tests/test-fmod.h, tests/randomd.c.
(Makefile.am): Add randomd.c to test_fmod_SOURCES.
* modules/fmodf-tests (Files): Add tests/test-fmod.h, tests/randomf.c.
(Makefile.am): Add randomf.c to test_fmodf_SOURCES.
* modules/fmodl-tests (Files): Add tests/test-fmod.h, tests/randoml.c.
(Depends-on): Add 'float'.
(Makefile.am): Add randoml.c to test_fmodl_SOURCES.
ChangeLog
modules/fmod-tests
modules/fmodf-tests
modules/fmodl-tests
tests/test-fmod.c
tests/test-fmod.h [new file with mode: 0644]
tests/test-fmodf.c
tests/test-fmodl.c