Mercurial > hg > octave-shane > gnulib-hg
annotate modules/idpriv-drop-tests @ 11658:8b1dcb465dff
tests: add test for bogus NULL definition
* tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
* tests/test-stdlib.c: Likewise.
* tests/test-string.c: Likewise.
* tests/test-locale.c: Likewise.
* tests/test-unistd.c: Likewise.
* modules/stdio-tests (Depends-on): Add verify.
* modules/stdlib-tests (Depends-on): Likewise.
* modules/string-tests (Depends-on): Likewise.
* modules/locale-tests (Depends-on): Likewise.
* modules/unistd-tests (Depends-on): Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Fri, 26 Jun 2009 08:00:28 -0600 |
parents | b3e5d914be7d |
children | a48d3d749ca5 |
rev | line source |
---|---|
11614 | 1 Notice: |
2 The 'idpriv-drop-tests' module asks the user for the root password. It is | |
3 therefore not suitable for all environments. To disable it, pass option | |
4 '--avoid=idpriv-drop-tests' to gnulib-tool. | |
5 | |
6 Files: | |
7 tests/test-idpriv-drop.sh | |
8 tests/test-idpriv-drop.su.sh | |
9 tests/test-idpriv-drop.c | |
10 | |
11 Depends-on: | |
12 stdbool | |
13 | |
14 configure.ac: | |
15 | |
16 Makefile.am: | |
17 TESTS += test-idpriv-drop.sh | |
18 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' | |
19 check_PROGRAMS += test-idpriv-drop |