summaryrefslogtreecommitdiff
path: root/modules/log10l-tests
Commit message (Collapse)AuthorAgeFilesLines
* log10l tests: More tests.Bruno Haible2012-04-011-0/+4
| | | | | | | | * modules/log10l-tests (Files): Add tests/test-log10l.h, tests/minus-zero.h, tests/randoml.c. (Makefile.am): Add randoml.c to test_log10l_SOURCES. * tests/test-log10l.c: Include <float.h>, minus-zero.h, test-log10l.h. (main): Invoke test_function.
* Tests for module 'log10l'.Bruno Haible2012-02-261-0/+14
* modules/log10l-tests: New file. * tests/test-log10l.c: New file. * tests/test-math-c++.cc: Check the declaration of log10l.