modf* tests: More tests.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2012 16:00:59 +0000 (17:00 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2012 16:49:18 +0000 (17:49 +0100)
commit80c3530fa6f0b67feb8e3a01c6ae0f3074d8129d
tree5deb12d8d3cdf9993fb92331caaf4a094e5ebe81
parentff53c39e3f416e4b8b5dd03e303986edbf20f56c
modf* tests: More tests.

* tests/test-modf.h: New file.
* tests/test-modf.c: Include <float.h> and test-modf.h.
(main): Invoke test_function.
* tests/test-modff.c: Include <float.h> and test-modf.h.
(main): Invoke test_function.
* tests/test-modfl.c: Include <float.h> and test-modf.h.
(main): Invoke test_function.
* modules/modf-tests (Files): Add tests/test-modf.h, tests/randomd.c.
(Makefile.am): Add randomd.c to test_modf_SOURCES.
* modules/modff-tests (Files): Add tests/test-modf.h, tests/randomf.c.
(Makefile.am): Add randomf.c to test_modff_SOURCES.
* modules/modfl-tests (Files): Add tests/test-modf.h, tests/randoml.c.
(Depends-on): Add 'float'.
(Makefile.am): Add randoml.c to test_modfl_SOURCES.
ChangeLog
modules/modf-tests
modules/modff-tests
modules/modfl-tests
tests/test-modf.c
tests/test-modf.h [new file with mode: 0644]
tests/test-modff.c
tests/test-modfl.c