1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-08-28 04:27:54 +00:00

3 Commits

Author SHA1 Message Date
Bruno Haible a4450a07cb frexp* tests: More tests.
* tests/test-frexp.h (test_function): Add some pseudo-randomized tests.
* tests/test-frexp.c (RANDOM): New macro.
* tests/test-frexpf.c (RANDOM): New macro.
* tests/test-frexpl.c (RANDOM): New macro.
* modules/frexp-tests (Files): Add tests/randomd.c.
(Makefile.am): Add randomd.c to test_frexp_SOURCES.
* modules/frexpf-tests (Files): Add tests/randomf.c.
(Makefile.am): Add randomf.c to test_frexpf_SOURCES.
* modules/frexpl-tests (Files): Add tests/randoml.c.
(Makefile.am): Add randoml.c to test_frexpl_SOURCES.
2012-03-03 16:18:01 +01:00
Bruno Haible 19ab6c7a38 frexp* tests: Refactor.
* tests/test-frexp.h: New file, extracted from tests/test-frexpl.c.
* tests/test-frexp.c: Include and use it.
* tests/test-frexpf.c: Likewise.
* tests/test-frexpl.c: Likewise.
* modules/frexp-tests (Files): Add tests/test-frexp.h.
* modules/frexpf-tests (Files): Likewise.
* modules/frexpl-tests (Files): Likewise.
2012-03-03 13:35:37 +01:00
Bruno Haible 6f36252360 Tests for module 'frexpf'.
* modules/frexpf-tests: New file.
* tests/test-frexpf.c: New file.
2011-10-06 11:29:34 +02:00