annotate modules/dup2-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 558cae4c8f2d
children b86e9061a6d0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11727
b4078ab49851 dup2-tests: test previous patch
Eric Blake <ebb9@byu.net>
parents:
diff changeset
1 Files:
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
2 tests/test-dup2.c
12489
33ab12a7cea2 tests: add signature checks
Eric Blake <ebb9@byu.net>
parents: 12398
diff changeset
3 tests/signature.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
4 tests/macros.h
11727
b4078ab49851 dup2-tests: test previous patch
Eric Blake <ebb9@byu.net>
parents:
diff changeset
5
b4078ab49851 dup2-tests: test previous patch
Eric Blake <ebb9@byu.net>
parents:
diff changeset
6 Depends-on:
12398
8700bea78e67 cloexec: preserve text vs. binary across dup_cloexec
Eric Blake <ebb9@byu.net>
parents: 12391
diff changeset
7 binary-io
11727
b4078ab49851 dup2-tests: test previous patch
Eric Blake <ebb9@byu.net>
parents:
diff changeset
8 open
b4078ab49851 dup2-tests: test previous patch
Eric Blake <ebb9@byu.net>
parents:
diff changeset
9
b4078ab49851 dup2-tests: test previous patch
Eric Blake <ebb9@byu.net>
parents:
diff changeset
10 configure.ac:
b4078ab49851 dup2-tests: test previous patch
Eric Blake <ebb9@byu.net>
parents:
diff changeset
11
b4078ab49851 dup2-tests: test previous patch
Eric Blake <ebb9@byu.net>
parents:
diff changeset
12 Makefile.am:
b4078ab49851 dup2-tests: test previous patch
Eric Blake <ebb9@byu.net>
parents:
diff changeset
13 TESTS += test-dup2
b4078ab49851 dup2-tests: test previous patch
Eric Blake <ebb9@byu.net>
parents:
diff changeset
14 check_PROGRAMS += test-dup2