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