annotate modules/ftell-tests @ 13745:6328b8d2c617

Separate the module 'waitpid' from the module 'sys_wait'. * lib/sys_wait.in.h (waitpid): Declare only if the 'waitpid' module is present. * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR_FOR_TESTS. (gl_SYS_WAIT_H_DEFAULTS): Initialize GNULIB_WAITPID. * modules/sys_wait (Depends-on): Remove waitpid. (Makefile.am): Substitute GNULIB_WAITPID. * modules/waitpid (configure.ac): Invoke gl_SYS_WAIT_MODULE_INDICATOR. * tests/test-sys_wait-c++.cc (GNULIB_NAMESPACE::waitpid): Check the signature only if the 'waitpid' module is present. * doc/posix-functions/waitpid.texi: Mention the 'waitpid' module. * NEWS: Mention the change. * modules/grantpt (Depends-on): Add waitpid. * modules/wait-process (Depends-on): Likewise.
author Bruno Haible <bruno@clisp.org>
date Wed, 29 Sep 2010 16:14:55 +0200
parents ed67fbd31da7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8889
4f3e993d4155 Tests for module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
4f3e993d4155 Tests for module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-ftell.c
4f3e993d4155 Tests for module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-ftell.sh
11215
92a6ab18ea18 tests: skip fseek/ftell tests if ungetc is broken
Eric Blake <ebb9@byu.net>
parents: 9820
diff changeset
4 tests/test-ftell2.sh
13295
ed67fbd31da7 ftell: Another test.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
5 tests/test-ftell3.c
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
6 tests/signature.h
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
7 tests/macros.h
11215
92a6ab18ea18 tests: skip fseek/ftell tests if ungetc is broken
Eric Blake <ebb9@byu.net>
parents: 9820
diff changeset
8 m4/ungetc.m4
8889
4f3e993d4155 Tests for module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
4f3e993d4155 Tests for module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
9820
03b4e25928e9 Fix ftell on mingw.
Eric Blake <ebb9@byu.net>
parents: 9284
diff changeset
11 binary-io
8889
4f3e993d4155 Tests for module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
4f3e993d4155 Tests for module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
11215
92a6ab18ea18 tests: skip fseek/ftell tests if ungetc is broken
Eric Blake <ebb9@byu.net>
parents: 9820
diff changeset
14 gl_FUNC_UNGETC_WORKS
8889
4f3e993d4155 Tests for module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
4f3e993d4155 Tests for module 'ftell'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Makefile.am:
13295
ed67fbd31da7 ftell: Another test.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
17 TESTS += test-ftell.sh test-ftell2.sh test-ftell3
ed67fbd31da7 ftell: Another test.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
18 check_PROGRAMS += test-ftell test-ftell3
ed67fbd31da7 ftell: Another test.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
19 MOSTLYCLEANFILES += t-ftell3.tmp