[jhbuild] [tests] add new configuration variables to mock configuration object



commit 0a14c453816380f5d485501afe9f161838b9d440
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat May 16 13:07:13 2009 +0200

    [tests] add new configuration variables to mock configuration object
---
 tests/mock.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tests/mock.py b/tests/mock.py
index 4854780..dff7b96 100644
--- a/tests/mock.py
+++ b/tests/mock.py
@@ -43,6 +43,11 @@ class Config:
     makecheck_advisory = False
     module_makecheck = {}
     forcecheck = False
+    autogenargs = ''
+    module_autogenargs = {}
+    module_extra_env = {}
+    makeargs = ''
+    module_makeargs = {}
 
     min_time = None
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]