19 lines
289 B
Plaintext
19 lines
289 B
Plaintext
Files:
|
|
tests/test-hypotl.c
|
|
tests/test-hypot.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randoml.c
|
|
|
|
Depends-on:
|
|
fpucw
|
|
float
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-hypotl
|
|
check_PROGRAMS += test-hypotl
|
|
test_hypotl_SOURCES = test-hypotl.c randoml.c
|
|
test_hypotl_LDADD = $(LDADD) @HYPOTL_LIBM@
|