1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/hypot-tests
Bruno Haible 0c183c1742 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.
2012-03-05 13:21:47 +01:00

17 lines
270 B
Plaintext

Files:
tests/test-hypot.c
tests/test-hypot.h
tests/signature.h
tests/macros.h
tests/randomd.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-hypot
check_PROGRAMS += test-hypot
test_hypot_SOURCES = test-hypot.c randomd.c
test_hypot_LDADD = $(LDADD) @HYPOT_LIBM@