summaryrefslogtreecommitdiff
path: root/kconfigtest.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-04 14:47:06 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-04 14:47:06 +0100
commit82ea79341694ba31d521dd670dccff24ead2ae1b (patch)
treeb0d7f952057078b8d34e9eb9e7e6389ae87008fb /kconfigtest.py
parent95620c98f1a2f8ca416eca266463abb967f5a239 (diff)
Make $SRCARCH, $srctree, and the config filename queryable.
Thanks to fpemud for spotting this.
Diffstat (limited to 'kconfigtest.py')
-rw-r--r--kconfigtest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfigtest.py b/kconfigtest.py
index 526e8e6..cc2b5d7 100644
--- a/kconfigtest.py
+++ b/kconfigtest.py
@@ -212,6 +212,9 @@ def test_call_all(conf):
print " For {0}...".format(conf.get_arch())
conf.get_arch()
+ conf.get_srcarch()
+ conf.get_srctree()
+ conf.get_config_filename()
conf.get_defconfig_filename()
conf.get_top_level_items()
conf.eval("y && ARCH")