summaryrefslogtreecommitdiff
path: root/modules/cbrtf-tests
Commit message (Collapse)AuthorAgeFilesLines
* cbrt* tests: More tests.Bruno Haible2012-03-051-0/+3
| | | | | | | | | | | | | | | | | * 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.
* Tests for module 'cbrtf'.Bruno Haible2012-03-011-0/+13
* modules/cbrtf-tests: New file. * tests/test-cbrtf.c: New file.