mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* tests/test-ldexp.h (test_function): Add some pseudo-randomized tests. * tests/test-ldexp.c (RANDOM): New macro. * tests/test-ldexpf.c (RANDOM): New macro. * tests/test-ldexpl.c (RANDOM): New macro. * modules/ldexp-tests (Files): Add tests/randomd.c. (Makefile.am): Add randomd.c to test_ldexp_SOURCES. * modules/ldexpf-tests (Files): Add tests/randomf.c. (Makefile.am): Add randomf.c to test_ldexpf_SOURCES. * modules/ldexpl-tests (Files): Add tests/randoml.c. (Makefile.am): Add randoml.c to test_ldexpl_SOURCES.
23 lines
346 B
Plaintext
23 lines
346 B
Plaintext
Files:
|
|
tests/test-ldexp.c
|
|
tests/test-ldexp.h
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/nan.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randomd.c
|
|
|
|
Depends-on:
|
|
isnand-nolibm
|
|
signbit
|
|
float
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-ldexp
|
|
check_PROGRAMS += test-ldexp
|
|
test_ldexp_SOURCES = test-ldexp.c randomd.c
|
|
test_ldexp_LDADD = $(LDADD) @LDEXP_LIBM@
|