blob: 5296c2b3a938b98e1957dffef6876e92e85c5e3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Files:
tests/test-expl.c
tests/test-exp.h
tests/signature.h
tests/macros.h
tests/randoml.c
Depends-on:
fpucw
float
configure.ac:
Makefile.am:
TESTS += test-expl
check_PROGRAMS += test-expl
test_expl_SOURCES = test-expl.c randoml.c
test_expl_LDADD = $(LDADD) @EXPL_LIBM@
|