log* tests: More tests.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 09:56:05 +0000 (10:56 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 09:56:05 +0000 (10:56 +0100)
commit7e105c7957aab59bbf060758c2b3e285feaea229
tree66b56f8fc448fc8c24ac88fa4de9d02549a0c150
parent72983fb6b5bd6c7de54465eea29464bb9c0276cf
log* tests: More tests.

* tests/test-log.h: New file.
* tests/test-log.c: Include <float.h>, minus-zero.h, test-log.h.
(main): Invoke test_function.
* tests/test-logf.c: Include <float.h>, minus-zero.h, test-log.h.
(main): Invoke test_function.
* tests/test-logl.c: Include <float.h>, minus-zero.h, test-log.h.
(main): Invoke test_function.
* modules/log-tests (Files): Add tests/test-log.h, tests/minus-zero.h,
tests/randomd.c.
(Makefile.am): Add randomd.c to test_log_SOURCES.
* modules/logf-tests (Files): Add tests/test-log.h, tests/minus-zero.h,
tests/randomf.c.
(Makefile.am): Add randomf.c to test_logf_SOURCES.
* modules/logl-tests (Files): Add tests/test-log.h, tests/minus-zero.h,
tests/randoml.c.
(Depends-on): Add 'float'.
(Makefile.am): Add randoml.c to test_logl_SOURCES.
ChangeLog
modules/log-tests
modules/logf-tests
modules/logl-tests
tests/test-log.c
tests/test-log.h [new file with mode: 0644]
tests/test-logf.c
tests/test-logl.c