annotate modules/_Exit-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 188d51de4042
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13458
188d51de4042 Tests for module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
188d51de4042 Tests for module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-_Exit.sh
188d51de4042 Tests for module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-_Exit.c
188d51de4042 Tests for module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
188d51de4042 Tests for module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Depends-on:
188d51de4042 Tests for module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
188d51de4042 Tests for module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 configure.ac:
188d51de4042 Tests for module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
188d51de4042 Tests for module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Makefile.am:
188d51de4042 Tests for module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 TESTS += test-_Exit.sh
188d51de4042 Tests for module '_Exit'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 check_PROGRAMS += test-_Exit