From 64f6b8f3cd1e02d26f29432bf0d077632b72f4a0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 22 Aug 2000 07:35:53 +0000 Subject: * Examples/ex13.c: New test by Kurt Garloff . * Makefile (tests): Add ex13. 2000-08-22 Andreas Jaeger * Examples/ex13.c: New test by Kurt Garloff . * Makefile (tests): Add ex13. --- linuxthreads/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linuxthreads/Makefile') diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index e60e2dc253..9ef66f9247 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -43,7 +43,8 @@ LDFLAGS-pthread.so = $(nodelete-$(have-z-nodelete)) vpath %.c Examples librt-tests = ex10 ex11 -tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 joinrace tststack +tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \ + tststack include ../Rules -- cgit 1.4.1