1Files:
2tests/test-modf.c
3tests/test-modf.h
4tests/signature.h
5tests/macros.h
6tests/randomd.c
7
8Depends-on:
9
10configure.ac:
11
12Makefile.am:
13TESTS += test-modf
14check_PROGRAMS += test-modf
15test_modf_SOURCES = test-modf.c randomd.c
16test_modf_LDADD = $(LDADD) @MODF_LIBM@
17