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