gnulib-tool.py: Simplify running some commands in a given directory.
[gnulib.git] / modules / round-tests
blob358ddacfbe66f83b683fa2918a281c38f80cef30
1 Files:
2 tests/test-round1.c
3 tests/test-round2.c
4 tests/minus-zero.h
5 tests/infinity.h
6 tests/signature.h
7 tests/macros.h
9 Depends-on:
10 assert-h
11 isnand-nolibm
12 nan
13 stdbool
14 stdint
16 configure.ac:
18 Makefile.am:
19 TESTS += test-round1 test-round2
20 check_PROGRAMS += test-round1 test-round2
21 test_round1_LDADD = $(LDADD) @ROUND_LIBM@
22 test_round2_LDADD = $(LDADD) @ROUND_LIBM@