mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
24 lines
359 B
Plaintext
24 lines
359 B
Plaintext
Files:
|
|
tests/test-frexpl.c
|
|
tests/test-frexp.h
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/nan.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randoml.c
|
|
|
|
Depends-on:
|
|
fpucw
|
|
isnanl-nolibm
|
|
signbit
|
|
float
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-frexpl
|
|
check_PROGRAMS += test-frexpl
|
|
test_frexpl_SOURCES = test-frexpl.c randoml.c
|
|
test_frexpl_LDADD = $(LDADD) @FREXPL_LIBM@
|