about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-04 02:52:17 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-04 02:52:17 +0000
commit7edb2ae36fe23af5c5bca0507409fee81feb7437 (patch)
tree8fd2de342923615a187117369047d403cc71063f /nptl/Makefile
parentb1151300d6e9af599cc91a5c56799feaf49b2e2d (diff)
downloadglibc-7edb2ae36fe23af5c5bca0507409fee81feb7437.tar.gz
glibc-7edb2ae36fe23af5c5bca0507409fee81feb7437.tar.xz
glibc-7edb2ae36fe23af5c5bca0507409fee81feb7437.zip
Update.
	* Makefile (tests): Add tst-cond7.
	* tst-cond7.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 ceee78758c..a2d7abb629 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -122,7 +122,7 @@ omit-deps = $(unix-syscalls:%=ptw-%)
 tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \
 	tst-mutex7 \
 	tst-spin1 tst-spin2 tst-spin3 \
-	tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 \
+	tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \
 	tst-rwlock1 tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 \
 	tst-rwlock6 tst-rwlock7 \
 	tst-once1 tst-once2 \