mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/frexp-nolibm-tests (Files): Add tests/test-frexp.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_frexp_nolibm_SOURCES. * modules/frexpl-nolibm-tests (Files): Add tests/test-frexp.h, tests/randoml.c. (Makefile.am): Add randoml.c to test_frexpl_nolibm_SOURCES.
21 lines
320 B
Plaintext
21 lines
320 B
Plaintext
Files:
|
|
tests/test-frexp.c
|
|
tests/test-frexp.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
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-frexp-nolibm
|
|
check_PROGRAMS += test-frexp-nolibm
|
|
test_frexp_nolibm_SOURCES = test-frexp.c randomd.c
|