about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-17 23:49:52 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-17 23:49:52 +0000
commitecfda9bd440014182b4de9a157a27bf7550c6a2c (patch)
tree33eaec0fde7906b6749a3276064a79a3fb0ebe2c /nptl/Makefile
parent7d78ab990fc8a6da5ffdd90fe146d30e42210c8b (diff)
downloadglibc-ecfda9bd440014182b4de9a157a27bf7550c6a2c.tar.gz
glibc-ecfda9bd440014182b4de9a157a27bf7550c6a2c.tar.xz
glibc-ecfda9bd440014182b4de9a157a27bf7550c6a2c.zip
Update.
	* Makefile (tests): Add tst-signal5.
	* tst-signal5.c: New file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index c2353bcb4f..c3b824a4e9 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -145,7 +145,7 @@ tests = tst-attr1 tst-attr2 \
 	tst-cancel6 tst-cancel7 tst-cancel8 tst-cancel9 tst-cancel10 \
 	tst-cleanup1 tst-cleanup2 tst-cleanup3 \
 	tst-flock1 tst-flock2 \
-	tst-signal1 tst-signal2 tst-signal3 tst-signal4 \
+	tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 \
 	tst-exec1 tst-exec2 tst-exec3 \
 	tst-exit1 \
 	tst-stdio1 tst-stdio2 \