diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-11-12 03:17:17 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-11-12 03:17:17 +0000 |
commit | 83cce7161f704ad0197daa1410f28f6978c58aaf (patch) | |
tree | 4ac0513060deff43b2cdd6ecd7be55c180bd8ed1 /regress/lib/libpthread/Makefile | |
parent | b2e6338136b1431de2fec79278472d7057a0af51 (diff) |
dueling mallocs -- test for proper serialization when multiple threads
try to malloc at the same time
Diffstat (limited to 'regress/lib/libpthread/Makefile')
-rw-r--r-- | regress/lib/libpthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile index b5483d7be29..02d1500c284 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.13 2002/10/21 18:47:44 marc Exp $ +# $OpenBSD: Makefile,v 1.14 2002/11/12 03:17:16 marc Exp $ -SUBDIR= cancel close cwd execve fork group netdb pcap poll \ +SUBDIR= cancel close cwd execve fork group malloc_duel netdb pcap poll \ preemption preemption_float pthread_cond_timedwait pthread_create \ pthread_join pthread_kill pthread_mutex pthread_specific readdir \ select setjmp signal sigdeliver siginfo signodefer sigsuspend \ |