1Files:
2tests/test-log10f.c
3tests/test-log10.h
4tests/minus-zero.h
5tests/signature.h
6tests/macros.h
7tests/randomf.c
8
9Depends-on:
10
11configure.ac:
12
13Makefile.am:
14TESTS += test-log10f
15check_PROGRAMS += test-log10f
16test_log10f_SOURCES = test-log10f.c randomf.c
17test_log10f_LDADD = $(LDADD) @LOG10F_LIBM@
18