blob: 5cd5062a90529c0b6b98505892e19a9ff1062fd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Files:
tests/test-log1pl.c
tests/test-log1p.h
tests/signature.h
tests/macros.h
tests/randoml.c
Depends-on:
fpucw
float
configure.ac:
Makefile.am:
TESTS += test-log1pl
check_PROGRAMS += test-log1pl
test_log1pl_SOURCES = test-log1pl.c randoml.c
test_log1pl_LDADD = $(LDADD) @LOG1PL_LIBM@
|