Mercurial > hg > octave-nkf > gnulib-hg
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 |
rev | line source |
---|---|
8889 | 1 Files: |
2 tests/test-ftell.c | |
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 | 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 | 9 |
10 Depends-on: | |
9820 | 11 binary-io |
8889 | 12 |
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 | 15 |
16 Makefile.am: | |
13295 | 17 TESTS += test-ftell.sh test-ftell2.sh test-ftell3 |
18 check_PROGRAMS += test-ftell test-ftell3 | |
19 MOSTLYCLEANFILES += t-ftell3.tmp |