1Files: 2tests/test-log2f.c 3tests/test-log2.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-log2f 15check_PROGRAMS += test-log2f 16test_log2f_SOURCES = test-log2f.c randomf.c 17test_log2f_LDADD = $(LDADD) @LOG2F_LIBM@ 18