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