24 lines
351 B
Plaintext
24 lines
351 B
Plaintext
Files:
|
|
tests/test-ldexpl.c
|
|
tests/test-ldexp.h
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randoml.c
|
|
|
|
Depends-on:
|
|
fpucw
|
|
isnanl-nolibm
|
|
signbit
|
|
float
|
|
nan
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-ldexpl
|
|
check_PROGRAMS += test-ldexpl
|
|
test_ldexpl_SOURCES = test-ldexpl.c randoml.c
|
|
test_ldexpl_LDADD = $(LDADD) @LDEXPL_LIBM@
|