annotate modules/rintf-tests @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 446b5d1c7986
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15919
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-rintf.c
16563
446b5d1c7986 rint* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 15919
diff changeset
3 tests/test-rint.h
15919
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/minus-zero.h
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/infinity.h
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/nan.h
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 tests/signature.h
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 tests/macros.h
16563
446b5d1c7986 rint* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 15919
diff changeset
9 tests/randomf.c
15919
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Depends-on:
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 isnanf-nolibm
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 configure.ac:
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Makefile.am:
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 TESTS += test-rintf
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 check_PROGRAMS += test-rintf
16563
446b5d1c7986 rint* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 15919
diff changeset
19 test_rintf_SOURCES = test-rintf.c randomf.c
15919
0725eaabfc4c Tests for module 'rintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 test_rintf_LDADD = $(LDADD) @RINTF_LIBM@