blob: c24f6a4a311a5bce446eeca44bd76fe7f6f70186 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Files:
tests/test-log1p.c
tests/test-log1p.h
tests/signature.h
tests/macros.h
tests/randomd.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-log1p
check_PROGRAMS += test-log1p
test_log1p_SOURCES = test-log1p.c randomd.c
test_log1p_LDADD = $(LDADD) @LOG1P_LIBM@
|