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