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