blob: 6675c40b2caff42ea04963518c9204425ed2b09d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Files:
tests/test-modff.c
tests/test-modf.h
tests/signature.h
tests/macros.h
tests/randomf.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-modff
check_PROGRAMS += test-modff
test_modff_SOURCES = test-modff.c randomf.c
test_modff_LDADD = $(LDADD) @MODFF_LIBM@
|