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