Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/posixtm-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 | a48d3d749ca5 |
children | 84f589f56820 |
rev | line source |
---|---|
12029
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
1 Files: |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
2 tests/test-posixtm.c |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12029
diff
changeset
|
3 tests/macros.h |
12029
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
4 |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
5 Depends-on: |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
6 intprops |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
7 setenv |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
8 strftime |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
9 |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
10 configure.ac: |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
11 |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
12 Makefile.am: |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
13 TESTS += test-posixtm |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
14 check_PROGRAMS += test-posixtm |