summaryrefslogtreecommitdiff
path: root/modules/string-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-06-26 08:00:28 -0600
committerEric Blake <ebb9@byu.net>2009-06-27 15:17:06 -0600
commitf78b0f838750cbcf2b8b84e81ec0c98c386a0200 (patch)
tree3119e538ce0ba724e12275a2895b48a00498c834 /modules/string-tests
parentbfee83b134136d03de06c20972a18c5f59bef482 (diff)
downloadgnulib-f78b0f838750cbcf2b8b84e81ec0c98c386a0200.tar.gz
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>
Diffstat (limited to 'modules/string-tests')
-rw-r--r--modules/string-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/string-tests b/modules/string-tests
index 67d08bb5e2..ab8699a71b 100644
--- a/modules/string-tests
+++ b/modules/string-tests
@@ -2,6 +2,7 @@ Files:
tests/test-string.c
Depends-on:
+verify
configure.ac: