annotate modules/log10f-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 70ffdfa91f03
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15867
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-log10f.c
16734
70ffdfa91f03 log10f tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 15867
diff changeset
3 tests/test-log10.h
70ffdfa91f03 log10f tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 15867
diff changeset
4 tests/minus-zero.h
15867
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/signature.h
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/macros.h
16734
70ffdfa91f03 log10f tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 15867
diff changeset
7 tests/randomf.c
15867
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Makefile.am:
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 TESTS += test-log10f
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 check_PROGRAMS += test-log10f
16734
70ffdfa91f03 log10f tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 15867
diff changeset
16 test_log10f_SOURCES = test-log10f.c randomf.c
15867
1246d926298d Tests for module 'log10f'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 test_log10f_LDADD = $(LDADD) @LOG10F_LIBM@