tests/test-logf.c


Log

Author Commit Date CI Message
Bruno Haible 7e105c79 2012-03-10T10:56:05 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.
Jim Meyering 1602f0af 2012-01-01T10:04:58 maint: update all copyright year number ranges Run "make update-copyright".
Bruno Haible 88587173 2011-10-08T22:19:12 Tests for module 'logf'. * modules/logf-tests: New file. * tests/test-logf.c: New file.