tests: add signature checks
[gnulib.git] / modules / ceilf-tests
1 Files:
2 tests/signature.h
3 tests/test-ceilf1.c
4 tests/test-ceilf2.c
5 tests/nan.h
6
7 Depends-on:
8 float
9 isnanf-nolibm
10 stdbool
11 stdint
12 fprintf-posix
13
14 configure.ac:
15
16 Makefile.am:
17 TESTS += test-ceilf1 test-ceilf2
18 check_PROGRAMS += test-ceilf1 test-ceilf2
19 test_ceilf1_LDADD = $(LDADD) @CEILF_LIBM@
20 test_ceilf2_LDADD = $(LDADD) @CEILF_LIBM@
21
22 License:
23 LGPL