1Files:
2tests/test-floor-ieee.c
3tests/minus-zero.h
4tests/infinity.h
5tests/nan.h
6tests/macros.h
7
8Depends-on:
9isnand-nolibm
10float
11signbit
12
13configure.ac:
14
15Makefile.am:
16TESTS += test-floor-ieee
17check_PROGRAMS += test-floor-ieee
18test_floor_ieee_LDADD = $(LDADD) @FLOOR_LIBM@
19