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