sqrt* tests: More tests.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Mar 2012 01:14:30 +0000 (02:14 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Mar 2012 01:14:53 +0000 (02:14 +0100)
commitc5bc2aeaf6f4ca2d1e25f58b78a655f6211b50a6
treec28ae6de2b2c6887ce6cf78adc8defd3bfe7cc3a
parent5eb8c1aaacc36b33fce63f8e9f15175997bb1fa4
sqrt* tests: More tests.

* tests/test-sqrt.h: New file.
* tests/test-sqrt.c: Include <float.h> and test-sqrt.h.
(main): Invoke test_function.
* tests/test-sqrtf.c: Include <float.h> and test-sqrt.h.
(main): Invoke test_function.
* tests/test-sqrtl.c: Include <float.h> and test-sqrt.h.
(main): Invoke test_function.
* modules/sqrt-tests (Files): Add tests/test-sqrt.h, tests/randomd.c.
(Makefile.am): Add randomd.c to test_sqrt_SOURCES.
* modules/sqrtf-tests (Files): Add tests/test-sqrt.h, tests/randomf.c.
(Makefile.am): Add randomf.c to test_sqrtf_SOURCES.
* modules/sqrtl-tests (Files): Add tests/test-sqrt.h, tests/randoml.c.
(Depends-on): Add 'float'.
(Makefile.am): Add randoml.c to test_sqrtl_SOURCES.
ChangeLog
modules/sqrt-tests
modules/sqrtf-tests
modules/sqrtl-tests
tests/test-sqrt.c
tests/test-sqrt.h [new file with mode: 0644]
tests/test-sqrtf.c
tests/test-sqrtl.c