sys_utsname: Add support for Minix.
[gnulib.git] / modules / ceilf-tests
1 Files:
2 tests/test-ceilf1.c
3 tests/test-ceilf2.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 isnanf-nolibm
12 stdbool
13 stdint
14
15 configure.ac:
16
17 Makefile.am:
18 TESTS += test-ceilf1 test-ceilf2
19 check_PROGRAMS += test-ceilf1 test-ceilf2
20 test_ceilf1_LDADD = $(LDADD) @CEILF_LIBM@
21 test_ceilf2_LDADD = $(LDADD) @CEILF_LIBM@