annotate modules/tanh-tests @ 16280:5c08684c856f

New module 'random'. * lib/stdlib.in.h (random, srandom, initstate, setstate): New declarations. * lib/random.c: New file, based on glibc/stdlib/random.c. * m4/random.m4: New file. * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RANDOM, HAVE_RANDOM. * modules/stdlib (Makefile.am): Substitute GNULIB_RANDOM, HAVE_RANDOM. * modules/random: New file. * config/srclist.txt: Add an entry for random.c. * doc/posix-functions/random.texi: Mention the 'random' module. * doc/posix-functions/initstate.texi: Likewise. * doc/posix-functions/setstate.texi: Likewise. * doc/posix-functions/srandom.texi: Likewise.
author Bruno Haible <bruno@clisp.org>
date Sat, 14 Jan 2012 15:15:28 +0100
parents 4d5a8b04d1d3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12810
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-tanh.c
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/signature.h
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/macros.h
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Depends-on:
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 configure.ac:
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Makefile.am:
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 TESTS += test-tanh
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 check_PROGRAMS += test-tanh
4d5a8b04d1d3 Tests for module 'tanh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 test_tanh_LDADD = $(LDADD) @TANH_LIBM@