summaryrefslogtreecommitdiff
path: root/modules/modf-tests
Commit message (Collapse)AuthorAgeFilesLines
* modf* tests: More tests.Bruno Haible2012-03-031-0/+3
| | | | | | | | | | | | | | | | | * tests/test-modf.h: New file. * tests/test-modf.c: Include <float.h> and test-modf.h. (main): Invoke test_function. * tests/test-modff.c: Include <float.h> and test-modf.h. (main): Invoke test_function. * tests/test-modfl.c: Include <float.h> and test-modf.h. (main): Invoke test_function. * modules/modf-tests (Files): Add tests/test-modf.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_modf_SOURCES. * modules/modff-tests (Files): Add tests/test-modf.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_modff_SOURCES. * modules/modfl-tests (Files): Add tests/test-modf.h, tests/randoml.c. (Depends-on): Add 'float'. (Makefile.am): Add randoml.c to test_modfl_SOURCES.
* Tests for module 'modf'.Bruno Haible2010-01-251-0/+13