diff options
| author | rpj <rpj> | 2010-06-20 03:31:18 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2010-06-20 03:31:18 +0000 | 
| commit | a3ea0b24409b89bd08c0a2268dbae834724734df (patch) | |
| tree | 4629fd085756226f0cee8beba4faf66466ef0410 /tests/Bmakefile | |
| parent | 135d6f060c5e5232311af77bd0d0f500e861290c (diff) | |
See ChangeLogs: preparing for new release.
Diffstat (limited to 'tests/Bmakefile')
| -rw-r--r-- | tests/Bmakefile | 10 | 
1 files changed, 7 insertions, 3 deletions
| diff --git a/tests/Bmakefile b/tests/Bmakefile index 9a2c2b4..169f42c 100644 --- a/tests/Bmakefile +++ b/tests/Bmakefile @@ -40,6 +40,7 @@ MKDIR	= mkdir  TOUCH	= echo Passed >  ECHO	= @echo +# The next path is relative to $BUILD_DIR  QAPC	= ..\QueueUserAPCEx\User\quserex.dll  CPHDR	= pthread.h semaphore.h sched.h @@ -96,7 +97,7 @@ PASSES=   loadfree.pass \  	  self2.pass  \  	  cancel1.pass  cancel2.pass  \  	  semaphore4.pass  semaphore4t.pass  semaphore5.pass  \ -	  barrier1.pass  barrier2.pass  barrier3.pass  barrier4.pass  barrier5.pass  \ +	  barrier1.pass  barrier2.pass  barrier3.pass  barrier4.pass  barrier5.pass barrier6.pass \  	  tsd1.pass  tsd2.pass  delay1.pass  delay2.pass  eyal1.pass  \  	  condvar3.pass  condvar3_1.pass  condvar3_2.pass  condvar3_3.pass  \  	  condvar4.pass  condvar5.pass  condvar6.pass  \ @@ -114,7 +115,8 @@ PASSES=   loadfree.pass \  	  cancel9.pass  create3.pass  stress1.pass  BENCHRESULTS = \ -	  benchtest1.bench benchtest2.bench benchtest3.bench benchtest4.bench benchtest5.bench +	  benchtest1.bench benchtest2.bench benchtest3.bench benchtest4.bench benchtest5.bench \ +	  benchtest6.bench  help:  	@ $(ECHO) Run one of the following command lines: @@ -191,7 +193,7 @@ BCX-bench:  	@ $(CC) /P $(EHFLAGS) $(CFLAGS) $(INCLUDES) $<  $(COPYFILES): -	@ $(ECHO) Copying $@ +	@ $(ECHO) Copying $(BUILD_DIR)\$@  	@ $(CP) $(BUILD_DIR)\$@ .  pthread.dll: $(CPDLL) @@ -221,11 +223,13 @@ benchtest2.bench:  benchtest3.bench:  benchtest4.bench:  benchtest5.bench: +benchtest6.bench:  barrier1.pass: semaphore4.pass  barrier2.pass: barrier1.pass  barrier3.pass: barrier2.pass  barrier4.pass: barrier3.pass  barrier5.pass: barrier4.pass +barrier6.pass: barrier5.pass  cancel1.pass: create1.pass  cancel2.pass: cancel1.pass  cancel3.pass: context1.pass | 
