wctype-h: Add support for Minix.
[gnulib.git] / modules / ceil-tests
1 Files:
2 tests/test-ceil1.c
3 tests/test-ceil2.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-ceil1 test-ceil2
19 check_PROGRAMS += test-ceil1 test-ceil2
20 test_ceil1_LDADD = $(LDADD) @CEIL_LIBM@
21 test_ceil2_LDADD = $(LDADD) @CEIL_LIBM@