diff options
| author | rpj <rpj> | 2011-03-03 23:37:20 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2011-03-03 23:37:20 +0000 | 
| commit | e470da85f7b9426eea03d66086c2822bf29e9b05 (patch) | |
| tree | b3747768258dc62752612327904be1f1067d5c7f /tests/GNUmakefile | |
| parent | 1170175259781ece4a8d99d517230f4b9ecb7b50 (diff) | |
Some cleanups, mostly x86_64 compat plus interlocked macros
Diffstat (limited to 'tests/GNUmakefile')
| -rw-r--r-- | tests/GNUmakefile | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 5d61a6f..013351f 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -111,7 +111,7 @@ STRESSTESTS = \  	stress1  BENCHTESTS = \ -	benchtest1 benchtest2 benchtest3 benchtest4 benchtest5 benchtest6 +	benchtest1 benchtest2 benchtest3 benchtest4 benchtest5  STATICTESTS = \  	  sizes \ @@ -213,7 +213,6 @@ benchtest2.bench:  benchtest3.bench:  benchtest4.bench:  benchtest5.bench: -benchtest6.bench:  barrier1.pass: semaphore4.pass  barrier2.pass: barrier1.pass | 
