Refactor common macros used in tests.
[gnulib.git] / modules / truncf-tests
1 Files:
2 tests/test-truncf1.c
3 tests/test-truncf2.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-truncf1 test-truncf2
19 check_PROGRAMS += test-truncf1 test-truncf2
20 test_truncf1_LDADD = $(LDADD) @TRUNCF_LIBM@
21 test_truncf2_LDADD = $(LDADD) @TRUNCF_LIBM@
22
23 License:
24 LGPL