cbrt* tests: More tests.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Mar 2012 13:16:38 +0000 (14:16 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Mar 2012 13:16:38 +0000 (14:16 +0100)
commit4dda933b73d7768c4824f13c46fef6fd0e9dfb73
tree4a46938399e0623eca8dc9f1465e246aeed55b95
parent0c183c17428707bd6182451e6da6dbb62626e078
cbrt* tests: More tests.

* tests/test-cbrt.h: New file.
* tests/test-cbrt.c: Include <float.h> and test-cbrt.h.
(main): Invoke test_function.
* tests/test-cbrtf.c: Include <float.h> and test-cbrt.h.
(main): Invoke test_function.
* tests/test-cbrtl.c: Include <float.h> and test-cbrt.h.
(main): Invoke test_function.
* modules/cbrt-tests (Files): Add tests/test-cbrt.h, tests/randomd.c.
(Makefile.am): Add randomd.c to test_cbrt_SOURCES.
* modules/cbrtf-tests (Files): Add tests/test-cbrt.h, tests/randomf.c.
(Makefile.am): Add randomf.c to test_cbrtf_SOURCES.
* modules/cbrtl-tests (Files): Add tests/test-cbrt.h, tests/randoml.c.
(Depends-on): Add 'float'.
(Makefile.am): Add randoml.c to test_cbrtl_SOURCES.
ChangeLog
modules/cbrt-tests
modules/cbrtf-tests
modules/cbrtl-tests
tests/test-cbrt.c
tests/test-cbrt.h [new file with mode: 0644]
tests/test-cbrtf.c
tests/test-cbrtl.c