diff options
author | Andrea Arteaga <andyspiros@gmail.com> | 2011-08-21 20:12:34 +0200 |
---|---|---|
committer | Andrea Arteaga <andyspiros@gmail.com> | 2011-08-21 20:12:34 +0200 |
commit | 20e6a3d7c29f9be4b908078fa8739a5f0f8de92d (patch) | |
tree | f2b5693bb09641bdb2eef45880c662c5519bfc35 /numbench | |
parent | Solved bug with PortageUtils. (diff) | |
download | auto-numerical-bench-20e6a3d7c29f9be4b908078fa8739a5f0f8de92d.tar.gz auto-numerical-bench-20e6a3d7c29f9be4b908078fa8739a5f0f8de92d.tar.bz2 auto-numerical-bench-20e6a3d7c29f9be4b908078fa8739a5f0f8de92d.zip |
Solved bug when -N is not specified.
Diffstat (limited to 'numbench')
-rw-r--r-- | numbench/btlbase.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numbench/btlbase.py b/numbench/btlbase.py index 8e2e1e1..26b50f4 100644 --- a/numbench/btlbase.py +++ b/numbench/btlbase.py @@ -39,6 +39,8 @@ class BTLBase(basemodule.BaseModule): class BTLTest(basemodule.BaseTest): + N = None + def _compileTest(self): self.compileenv = {} self.runenv = {} |