Hash :
c959d1f3
Author :
Date :
2012-03-31T21:41:32
log10f tests: More tests. * modules/log10f-tests (Files): Add tests/test-log10.h, tests/minus-zero.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_log10f_SOURCES. * tests/test-log10f.c: Include <float.h>, minus-zero.h, test-log10.h. (main): Invoke test_function.
Files:
tests/test-log10f.c
tests/test-log10.h
tests/minus-zero.h
tests/signature.h
tests/macros.h
tests/randomf.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-log10f
check_PROGRAMS += test-log10f
test_log10f_SOURCES = test-log10f.c randomf.c
test_log10f_LDADD = $(LDADD) @LOG10F_LIBM@