blob: 059d22c73d55b2aa26667fcdfac65b5f6292e1e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Files:
tests/test-modfl.c
tests/test-modf.h
tests/signature.h
tests/macros.h
tests/randoml.c
Depends-on:
fpucw
float
configure.ac:
Makefile.am:
TESTS += test-modfl
check_PROGRAMS += test-modfl
test_modfl_SOURCES = test-modfl.c randoml.c
test_modfl_LDADD = $(LDADD) @MODFL_LIBM@
|