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