summaryrefslogtreecommitdiff
path: root/modules/fabsf-tests
Commit message (Collapse)AuthorAgeFilesLines
* fabs* tests: More tests.Bruno Haible2012-03-031-0/+4
| | | | | | | | | | | | | | * tests/test-fabs.h: New file, partially extracted from tests/test-fabsl.c. * tests/test-fabs.c (RANDOM): New macro. * tests/test-fabsf.c (RANDOM): New macro. * tests/test-fabsl.c (RANDOM): New macro. * modules/fabs-tests (Files): Add tests/randomd.c. (Makefile.am): Add randomd.c to test_fabs_SOURCES. * modules/fabsf-tests (Files): Add tests/randomf.c. (Makefile.am): Add randomf.c to test_fabsf_SOURCES. * modules/fabsl-tests (Files): Add tests/randoml.c. (Makefile.am): Add randoml.c to test_fabsl_SOURCES.
* fabsf tests: More tests.Bruno Haible2012-02-251-0/+1
| | | | | | | * tests/test-fabsf.c: Include <string.h>, minus-zero.h. (zero): New variable. (main): Add tests for signed zero. * modules/fabsf-tests (Files): Add tests/minus-zero.h.
* Tests for module 'fabsf'.Bruno Haible2011-10-061-0/+13
* modules/fabsf-tests: New file. * tests/test-fabsf.c: New file.