23 lines
335 B
Plaintext
23 lines
335 B
Plaintext
Files:
|
|
tests/test-rintl.c
|
|
tests/test-rint.h
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randoml.c
|
|
|
|
Depends-on:
|
|
fpucw
|
|
isnanl-nolibm
|
|
float
|
|
nan
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-rintl
|
|
check_PROGRAMS += test-rintl
|
|
test_rintl_SOURCES = test-rintl.c randoml.c
|
|
test_rintl_LDADD = $(LDADD) @RINTL_LIBM@
|