blob: 795802207300c0bd5c9456249a16f68eed97b119 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Files:
tests/test-remainderf.c
tests/test-remainder.h
tests/signature.h
tests/macros.h
tests/randomf.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-remainderf
check_PROGRAMS += test-remainderf
test_remainderf_SOURCES = test-remainderf.c randomf.c
test_remainderf_LDADD = $(LDADD) @REMAINDERF_LIBM@
|