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