blob: 79fe52f1fb39191caea862f025a48c2ec2aa66be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Files:
tests/test-atanl.c
tests/signature.h
tests/macros.h
Depends-on:
fpucw
configure.ac:
Makefile.am:
TESTS += test-atanl
check_PROGRAMS += test-atanl
test_atanl_LDADD = $(LDADD) @ATANL_LIBM@
|