| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Run "make update-copyright". Compare to commit 1602f0a from last year.
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
* 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.
|