tests: remove License section from module
[gnulib.git] / modules / ceilf-tests
1 Files:
2 tests/test-ceilf1.c
3 tests/test-ceilf2.c
4 tests/nan.h
5 tests/signature.h
6 tests/macros.h
7
8 Depends-on:
9 float
10 isnanf-nolibm
11 stdbool
12 stdint
13 fprintf-posix
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@