diff options
author | Andreas Jaeger <aj@suse.de> | 2000-08-22 07:35:53 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-08-22 07:35:53 +0000 |
commit | 64f6b8f3cd1e02d26f29432bf0d077632b72f4a0 (patch) | |
tree | 979bff8f5b0f753ea75a220f3d67443238fd33ff /linuxthreads/Makefile | |
parent | dd492f9bb5495df68d442f7cabe1488e141f0620 (diff) | |
download | glibc-64f6b8f3cd1e02d26f29432bf0d077632b72f4a0.tar.gz glibc-64f6b8f3cd1e02d26f29432bf0d077632b72f4a0.tar.xz glibc-64f6b8f3cd1e02d26f29432bf0d077632b72f4a0.zip |
* Examples/ex13.c: New test by Kurt Garloff <garloff@suse.de>.
* Makefile (tests): Add ex13. 2000-08-22 Andreas Jaeger <aj@suse.de> * Examples/ex13.c: New test by Kurt Garloff <garloff@suse.de>. * Makefile (tests): Add ex13.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |