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