ignore-value: handle pointer types, too
[gnulib.git] / modules / roundf-tests
1 Files:
2 tests/test-roundf1.c
3 tests/test-round2.c
4 tests/test-roundf2.c
5 tests/nan.h
6
7 Depends-on:
8 ceilf
9 floorf
10 isnanf-nolibm
11 stdbool
12 stdint
13 fprintf-posix
14 verify
15
16 configure.ac:
17
18 Makefile.am:
19 TESTS += test-roundf1 test-roundf2
20 check_PROGRAMS += test-roundf1 test-roundf2
21 test_roundf1_LDADD = $(LDADD) @ROUNDF_LIBM@
22 test_roundf2_LDADD = $(LDADD) @ROUNDF_LIBM@
23
24 License:
25 LGPL