tests: add test for bogus NULL definition
authorEric Blake <ebb9@byu.net>
Fri, 26 Jun 2009 14:00:28 +0000 (08:00 -0600)
committerEric Blake <ebb9@byu.net>
Sat, 27 Jun 2009 21:17:06 +0000 (15:17 -0600)
commitf78b0f838750cbcf2b8b84e81ec0c98c386a0200
tree3119e538ce0ba724e12275a2895b48a00498c834
parentbfee83b134136d03de06c20972a18c5f59bef482
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>
ChangeLog
modules/locale-tests
modules/stdio-tests
modules/stdlib-tests
modules/string-tests
modules/unistd-tests
tests/test-locale.c
tests/test-stdio.c
tests/test-stdlib.c
tests/test-string.c
tests/test-unistd.c