summaryrefslogtreecommitdiff
path: root/modules
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
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')
-rw-r--r--modules/locale-tests1
-rw-r--r--modules/stdio-tests1
-rw-r--r--modules/stdlib-tests1
-rw-r--r--modules/string-tests1
-rw-r--r--modules/unistd-tests1
5 files changed, 5 insertions, 0 deletions
diff --git a/modules/locale-tests b/modules/locale-tests
index 3a5fa87059..19bc373cb9 100644
--- a/modules/locale-tests
+++ b/modules/locale-tests
@@ -2,6 +2,7 @@ Files:
tests/test-locale.c
Depends-on:
+verify
configure.ac:
diff --git a/modules/stdio-tests b/modules/stdio-tests
index cc0f14ec24..c572bfb4cd 100644
--- a/modules/stdio-tests
+++ b/modules/stdio-tests
@@ -2,6 +2,7 @@ Files:
tests/test-stdio.c
Depends-on:
+verify
configure.ac:
diff --git a/modules/stdlib-tests b/modules/stdlib-tests
index 8a5a78fa5f..3503511efe 100644
--- a/modules/stdlib-tests
+++ b/modules/stdlib-tests
@@ -2,6 +2,7 @@ Files:
tests/test-stdlib.c
Depends-on:
+verify
configure.ac:
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:
diff --git a/modules/unistd-tests b/modules/unistd-tests
index 703d5572cd..7f9d44da86 100644
--- a/modules/unistd-tests
+++ b/modules/unistd-tests
@@ -2,6 +2,7 @@ Files:
tests/test-unistd.c
Depends-on:
+verify
configure.ac: