1Files: 2tests/test-logbf.c 3tests/test-logb.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-logbf 15check_PROGRAMS += test-logbf 16test_logbf_SOURCES = test-logbf.c randomf.c 17test_logbf_LDADD = $(LDADD) @LOGBF_LIBM@ 18