23 lines
366 B
Plaintext
23 lines
366 B
Plaintext
Files:
|
|
tests/test-floorf1.c
|
|
tests/test-floorf2.c
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
float
|
|
isnanf-nolibm
|
|
nan
|
|
stdbool
|
|
stdint
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-floorf1 test-floorf2
|
|
check_PROGRAMS += test-floorf1 test-floorf2
|
|
test_floorf1_LDADD = $(LDADD) @FLOORF_LIBM@
|
|
test_floorf2_LDADD = $(LDADD) @FLOORF_LIBM@
|