23 lines
346 B
Plaintext
23 lines
346 B
Plaintext
Files:
|
|
tests/test-ceil1.c
|
|
tests/test-ceil2.c
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
float
|
|
isnand-nolibm
|
|
nan
|
|
stdbool
|
|
stdint
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-ceil1 test-ceil2
|
|
check_PROGRAMS += test-ceil1 test-ceil2
|
|
test_ceil1_LDADD = $(LDADD) @CEIL_LIBM@
|
|
test_ceil2_LDADD = $(LDADD) @CEIL_LIBM@
|