blob: b8df992516cce7e269d0bedd4b78a5609302cfdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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@
|