about summary refs log tree commit diff
path: root/linuxthreads/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-05 09:20:53 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-05 09:20:53 +0000
commitf3d581b8cc17f25191cc173e860e90bba73a5e41 (patch)
tree4efa99ebc6f6a8f9fdf1bb3c8bec521c9a373dc9 /linuxthreads/Makefile
parentfcf30823f6b5e1931a36be92cd4f76d98b0f541f (diff)
downloadglibc-f3d581b8cc17f25191cc173e860e90bba73a5e41.tar.gz
glibc-f3d581b8cc17f25191cc173e860e90bba73a5e41.tar.xz
glibc-f3d581b8cc17f25191cc173e860e90bba73a5e41.zip
Update.
	* Examples/ex14.c: New file.
	* Makefile (tests): Add ex14.

	* Makefile (tests): Add ecmutex.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r--linuxthreads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile
index 104a3acda1..ea8a82cfde 100644
--- a/linuxthreads/Makefile
+++ b/linuxthreads/Makefile
@@ -46,7 +46,7 @@ include ../Makeconfig
 
 librt-tests = ex10 ex11
 tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \
-	tststack $(tests-nodelete-$(have-z-nodelete))
+	tststack $(tests-nodelete-$(have-z-nodelete)) ecmutex ex14
 
 ifeq (yes,$(build-shared))
 tests-nodelete-yes = unload