summaryrefslogtreecommitdiff
path: root/modules/hypotl-tests
Commit message (Collapse)AuthorAgeFilesLines
* hypot* tests: More tests.Bruno Haible2012-03-051-0/+5
| | | | | | | | | | | | | | | | | | | | * 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.
* Tests for module 'hypotl'.Bruno Haible2012-02-291-0/+13
* modules/hypotl-tests: New file. * tests/test-hypotl.c: New file.