doc: Remove references to POSIX 202x.
[gnulib.git] / modules / floor-tests
blob3cdb2146405b4f017497aa4bc4fbbc78c3a4f526
1 Files:
2 tests/test-floor1.c
3 tests/test-floor2.c
4 tests/minus-zero.h
5 tests/infinity.h
6 tests/signature.h
7 tests/macros.h
9 Depends-on:
10 float
11 isnand-nolibm
12 nan
13 stdbool
14 stdint
16 configure.ac:
18 Makefile.am:
19 TESTS += test-floor1 test-floor2
20 check_PROGRAMS += test-floor1 test-floor2
21 test_floor1_LDADD = $(LDADD) @FLOOR_LIBM@
22 test_floor2_LDADD = $(LDADD) @FLOOR_LIBM@