sys_utsname: Add support for Minix.
[gnulib.git] / modules / round-tests
1 Files:
2 tests/test-round1.c
3 tests/test-round2.c
4 tests/minus-zero.h
5 tests/nan.h
6 tests/signature.h
7 tests/macros.h
8
9 Depends-on:
10 isnand-nolibm
11 stdbool
12 stdint
13 verify
14
15 configure.ac:
16
17 Makefile.am:
18 TESTS += test-round1 test-round2
19 check_PROGRAMS += test-round1 test-round2
20 test_round1_LDADD = $(LDADD) @ROUND_LIBM@
21 test_round2_LDADD = $(LDADD) @ROUND_LIBM@