Mercurial > hg > octave-kai > gnulib-hg
annotate modules/idpriv-droptemp-tests @ 14310:00537d144c48
New module 'iswblank'.
* lib/wctype.in.h (iswblank): Don't declare if GNULIB_ISWBLANK is 0.
* modules/iswblank: New file.
* modules/wctype-h (Files): Remove lib/iswblank.c.
(Makefile.am): Substitute GNULIB_ISWBLANK.
* m4/iswblank.m4: New file, partially extracted from m4/wctype_h.m4.
* m4/wctype_h.m4 (gl_WCTYPE_MODULE_INDICATOR): New macro.
(gl_WCTYPE_H_DEFAULTS): New macro.
(gl_WCTYPE_H): Require it. Remove iswblank related code.
* modules/iswblank-tests: New file.
* tests/test-iswblank.c: New file, extraced from tests/test-wctype-h.c.
* tests/test-wctype-h.c (main): Remove iswblank tests.
* tests/test-wctype-h-c++.cc: Guard the signature test of iswblank.
* doc/posix-functions/iswblank.texi: Mention module 'iswblank' instead
of 'wctype-h'.
* NEWS: Mention the change.
* modules/mbchar (Depends-on): Add iswblank.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 06 Feb 2011 22:07:24 +0100 |
parents | fcea1d2831fb |
children |
rev | line source |
---|---|
13083
fcea1d2831fb
Mark privileged tests modules.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
1 Status: |
fcea1d2831fb
Mark privileged tests modules.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
2 privileged-test |
fcea1d2831fb
Mark privileged tests modules.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
3 |
11616
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Notice: |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 The 'idpriv-droptemp-tests' module asks the user for the root password. It is |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 therefore not suitable for all environments. To disable it, pass option |
12370
06fd7404faaf
modules/idpriv-droptemp-tests (Notice): Fix text.
Simon Josefsson <simon@josefsson.org>
parents:
11616
diff
changeset
|
7 '--avoid=idpriv-droptemp-tests' to gnulib-tool. |
11616
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Files: |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 tests/test-idpriv-droptemp.sh |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 tests/test-idpriv-droptemp.su.sh |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 tests/test-idpriv-droptemp.c |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12370
diff
changeset
|
13 tests/macros.h |
11616
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 Depends-on: |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 stdbool |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 configure.ac: |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 Makefile.am: |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 TESTS += test-idpriv-droptemp.sh |
c992e0b3355b
Tests for module 'idpriv-droptemp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 check_PROGRAMS += test-idpriv-droptemp |