annotate modules/cbrt-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 2faf2762788a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12782
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-cbrt.c
16575
2faf2762788a cbrt* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 12782
diff changeset
3 tests/test-cbrt.h
12782
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/signature.h
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/macros.h
16575
2faf2762788a cbrt* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 12782
diff changeset
6 tests/randomd.c
12782
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Makefile.am:
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 TESTS += test-cbrt
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 check_PROGRAMS += test-cbrt
16575
2faf2762788a cbrt* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 12782
diff changeset
15 test_cbrt_SOURCES = test-cbrt.c randomd.c
12782
e01dd71f171d Tests for module 'cbrt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 test_cbrt_LDADD = $(LDADD) @CBRT_LIBM@