blob: f4b65d05d3b0f0baee46a26f1cf0542ca37669a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/test-hypot.c
tests/signature.h
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-hypot
check_PROGRAMS += test-hypot
test_hypot_LDADD = $(LDADD) @HYPOT_LIBM@
|