summaryrefslogtreecommitdiff
path: root/tests/test-log10.h
Commit message (Collapse)AuthorAgeFilesLines
* log10* tests: Speed up.Bruno Haible2012-04-031-2/+2
| | | | | * tests/test-log10.h (test_function): Reduce amount of random numbers to test.
* log10 tests: More tests.Bruno Haible2012-04-011-0/+104
* tests/test-log10.h: New file. * modules/log10-tests (Files): Add tests/test-log10.h, tests/minus-zero.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_log10_SOURCES. * tests/test-log10.c: Include <float.h>, minus-zero.h, test-log10.h. (main): Invoke test_function.