hypot* tests: More tests.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Mar 2012 12:21:47 +0000 (13:21 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Mar 2012 12:21:47 +0000 (13:21 +0100)
commit0c183c17428707bd6182451e6da6dbb62626e078
treeac28b442cc739c940013e1ba908f28a8bcd21529
parent10f2e326a345a8f342ddf10ceb29b5e143795de1
hypot* tests: More tests.

* tests/test-hypot.h: New file, partially extracted from
tests/test-hypotl.c.
* tests/test-hypot.c: Include test-hypot.h.
(main): Invoke test_function.
* tests/test-hypotf.c: Include test-hypot.h.
(main): Invoke test_function.
* tests/test-hypotl.c: Include fpucw.h and test-hypot.h.
(main): Invoke BEGIN_LONG_DOUBLE_ROUNDING and test_function.
* modules/hypot-tests (Files): Add tests/test-hypot.h, tests/randomd.c.
(Makefile.am): Add randomd.c to test_hypot_SOURCES.
* modules/hypotf-tests (Files): Add tests/test-hypot.h,
tests/randomf.c.
(Makefile.am): Add randomf.c to test_hypotf_SOURCES.
* modules/hypotl-tests (Files): Add tests/test-hypot.h,
tests/randoml.c.
(Depends-on): Add 'fpucw', 'float'.
(Makefile.am): Add randoml.c to test_hypotl_SOURCES.
ChangeLog
modules/hypot-tests
modules/hypotf-tests
modules/hypotl-tests
tests/test-hypot.c
tests/test-hypot.h [new file with mode: 0644]
tests/test-hypotf.c
tests/test-hypotl.c