1Files:
2tests/test-exp2.c
3tests/test-exp2.h
4tests/signature.h
5tests/macros.h
6tests/randomd.c
7
8Depends-on:
9
10configure.ac:
11
12Makefile.am:
13TESTS += test-exp2
14check_PROGRAMS += test-exp2
15test_exp2_SOURCES = test-exp2.c randomd.c
16test_exp2_LDADD = $(LDADD) @EXP2_LIBM@
17