blob: 6832a49add06cd52eb1ce19f2085442ef72f3a7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/test-remainder.c
tests/signature.h
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-remainder
check_PROGRAMS += test-remainder
test_remainder_LDADD = $(LDADD) @REMAINDER_LIBM@
|