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