blob: 533930e01d767ddca950b4ef2c29a913a56ca318 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Files:
tests/test-remainderl.c
tests/test-remainder.h
tests/signature.h
tests/macros.h
tests/randoml.c
Depends-on:
fpucw
float
configure.ac:
Makefile.am:
TESTS += test-remainderl
check_PROGRAMS += test-remainderl
test_remainderl_SOURCES = test-remainderl.c randoml.c
test_remainderl_LDADD = $(LDADD) @REMAINDERL_LIBM@
|