modules/fabs-tests


Log

Author Commit Date CI Message
Bruno Haible ff53c39e 2012-03-03T16:14:14 fabs* tests: More tests. * 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.
Bruno Haible 9175ae23 2012-02-25T13:13:59 fabs tests: More tests. * tests/test-fabs.c: Include <string.h>, minus-zero.h. (zero): New variable. (main): Add tests for signed zero. * modules/fabs-tests (Files): Add tests/minus-zero.h.
Bruno Haible d94b9963 2010-01-25T02:05:08 Tests for module 'fabs'.