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