summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-06-04 16:36:04 +0000
committerUlrich Drepper <drepper@redhat.com>2006-06-04 16:36:04 +0000
commit9009e8f81439ca21b9d54d15f619c9d544c29647 (patch)
tree7e1b21ee0d9e8cd574c5b59407545cb55631acfd /string/Makefile
parent33e63e7993d50ca4a8409aefaccf247301c0e8f2 (diff)
downloadglibc-9009e8f81439ca21b9d54d15f619c9d544c29647.tar.gz
glibc-9009e8f81439ca21b9d54d15f619c9d544c29647.tar.xz
glibc-9009e8f81439ca21b9d54d15f619c9d544c29647.zip
* string/Makefile (tests): Add bug-envz1.
	* string/bug-enz1.c: New file.
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile
index 7c11c1ac22..a84ebebcaa 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -53,7 +53,8 @@ tests		:= tester inl-tester noinl-tester testcopy test-ffs	\
 		   tst-strlen stratcliff tst-svc tst-inlcall		\
 		   bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap	\
 		   tst-strtok tst-strxfrm bug-strcoll1 tst-strfry	\
-		   bug-strtok1 $(addprefix test-,$(strop-tests))
+		   bug-strtok1 $(addprefix test-,$(strop-tests))	\
+		   bug-envz1
 distribute	:= memcopy.h pagecopy.h tst-svc.expect test-string.h