23 lines
338 B
Plaintext
23 lines
338 B
Plaintext
Files:
|
|
tests/test-ldexp.c
|
|
tests/test-ldexp.h
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randomd.c
|
|
|
|
Depends-on:
|
|
isnand-nolibm
|
|
signbit
|
|
float
|
|
nan
|
|
|
|
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@
|