exp* tests: More tests.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 02:05:14 +0000 (03:05 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 02:05:14 +0000 (03:05 +0100)
commit2d91a71b4af88ffea2bf5cf9a18e2f803ecba537
treea041d121ef1f967e869c6de471bc861a03a8cd74
parent2d0ecbd37030e185556536ea00b3bca28d079a77
exp* tests: More tests.

* tests/test-exp.h: New file.
* tests/test-exp.c: Include <float.h> and test-exp.h.
(main): Invoke test_function.
* tests/test-expf.c: Include <float.h> and test-exp.h.
(main): Invoke test_function.
* tests/test-expl.c: Include <float.h> and test-exp.h.
(main): Invoke test_function.
* modules/exp-tests (Files): Add tests/test-exp.h, tests/randomd.c.
(Makefile.am): Add randomd.c to test_exp_SOURCES.
* modules/expf-tests (Files): Add tests/test-exp.h, tests/randomf.c.
(Makefile.am): Add randomf.c to test_expf_SOURCES.
* modules/expl-tests (Files): Add tests/test-exp.h, tests/randoml.c.
(Depends-on): Add 'float'.
(Makefile.am): Add randoml.c to test_expl_SOURCES.
ChangeLog
modules/exp-tests
modules/expf-tests
modules/expl-tests
tests/test-exp.c
tests/test-exp.h [new file with mode: 0644]
tests/test-expf.c
tests/test-expl.c