blob: a1382e3331954aa2c2d4b2f96f2c67537b626890 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Files:
tests/test-exp2f.c
tests/test-exp2.h
tests/signature.h
tests/macros.h
tests/randomf.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-exp2f
check_PROGRAMS += test-exp2f
test_exp2f_SOURCES = test-exp2f.c randomf.c
test_exp2f_LDADD = $(LDADD) @EXP2F_LIBM@
|