about summary refs log tree commit diff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-06-17 17:01:42 +0000
committerUlrich Drepper <drepper@redhat.com>2006-06-17 17:01:42 +0000
commitf9b7a98b18c8c1dc20744e86352f0447a2cf2e77 (patch)
treef351c0ff36f4fab4efb9bc6bafa08cb69133c636 /misc/Makefile
parentac55a25bfc4c4e32d7e8b4acad140767c577dbf0 (diff)
downloadglibc-f9b7a98b18c8c1dc20744e86352f0447a2cf2e77.tar.gz
glibc-f9b7a98b18c8c1dc20744e86352f0447a2cf2e77.tar.xz
glibc-f9b7a98b18c8c1dc20744e86352f0447a2cf2e77.zip
[BZ #2766]
2006-06-14  Jakub Jelinek  <jakub@redhat.com>
	[BZ #2766]
	* misc/insremque.c (insque): Handle prev == NULL.
	* misc/Makefile (tests): Add tst-insremque.
	* misc/tst-insremque.c: New test.
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 63b6d413b3..f9ad0b76fc 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -78,7 +78,7 @@ endif
 gpl2lgpl := error.c error.h
 
 tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt tst-mntent tst-hsearch \
-	 tst-error1 tst-pselect
+	 tst-error1 tst-pselect tst-insremque
 ifeq (no,$(cross-compiling))
 tests: $(objpfx)tst-error1-mem
 endif