1Files: 2tests/test-log.c 3tests/test-log.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-log 15check_PROGRAMS += test-log 16test_log_SOURCES = test-log.c randomd.c 17test_log_LDADD = $(LDADD) @LOG_LIBM@ 18