about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-11 00:48:56 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-11 00:48:56 +0000
commitd9dd121ebe3e983e450c7189cf06dcf000f76178 (patch)
tree6363272f13aecd9e8fe1f53e91a928ed3365db31 /nptl/Makefile
parentdefd18709cb11143dd37d00e0d74cf12ec7153e2 (diff)
downloadglibc-d9dd121ebe3e983e450c7189cf06dcf000f76178.tar.gz
glibc-d9dd121ebe3e983e450c7189cf06dcf000f76178.tar.xz
glibc-d9dd121ebe3e983e450c7189cf06dcf000f76178.zip
Update.
	* Makefile (tests): Add tst-cancel8.
	* tst-cancel8.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 f6738257ab..3397482ee1 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -140,7 +140,7 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \
 	tst-fork1 tst-fork2 tst-fork3 \
 	tst-atfork1 \
 	tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \
-	tst-cancel6 tst-cancel7 \
+	tst-cancel6 tst-cancel7 tst-cancel8 \
 	tst-cleanup1 tst-cleanup2 \
 	tst-flock1 tst-flock2 \
 	tst-signal1 tst-signal2 tst-signal3 \