NEWS.stable: log cherry-pick [a0d9972]->[21d1619] freopen: Don't crash if the filenam...
[gnulib.git] / modules / floor-tests
1 Files:
2 tests/test-floor1.c
3 tests/test-floor2.c
4 tests/minus-zero.h
5 tests/nan.h
6 tests/signature.h
7 tests/macros.h
8
9 Depends-on:
10 float
11 isnand-nolibm
12 stdbool
13 stdint
14
15 configure.ac:
16
17 Makefile.am:
18 TESTS += test-floor1 test-floor2
19 check_PROGRAMS += test-floor1 test-floor2
20 test_floor1_LDADD = $(LDADD) @FLOOR_LIBM@
21 test_floor2_LDADD = $(LDADD) @FLOOR_LIBM@