summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-30 18:05:04 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-05-30 19:10:58 +0200
commit38cca3bdeca7d91044e11ddf2193e07c5d223ad3 (patch)
treec282c982e1d7f45a1c29309beb124597dcf8875a /testsuite.py
parentb95477a82d0a5bc4218aa00c8a76edc3c95d8d4f (diff)
allyesconfig: Prepare for packaging
Move to the root, simplify a bit, provide an entry point function (for setuptools's entry_points).
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite.py b/testsuite.py
index 1f0ef64..8bf9502 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -1985,9 +1985,9 @@ def test_all_no(conf, arch, srcarch):
def test_all_no_walk(conf, arch, srcarch):
"""
- Verify that our examples/allnoconfig_walk.py script generates the same
- .config as 'make allnoconfig', for each architecture. Runs the script via
- 'make scriptconfig', so kinda slow even in speedy mode.
+ Verify that examples/allnoconfig_walk.py generates the same .config as
+ 'make allnoconfig', for each architecture. Runs the script via 'make
+ scriptconfig', so kinda slow even in speedy mode.
"""
# TODO: Support speedy mode for running the script
shell("make scriptconfig SCRIPT=Kconfiglib/examples/allnoconfig_walk.py "
@@ -2002,12 +2002,12 @@ def test_all_no_walk(conf, arch, srcarch):
def test_all_yes(conf, arch, srcarch):
"""
- Verify that our examples/allyesconfig.py script generates the same .config
- as 'make allyesconfig', for each architecture. Runs the script via
- 'make scriptconfig', so kinda slow even in speedy mode.
+ Verify that allyesconfig.py generates the same .config as
+ 'make allyesconfig', for each architecture. Runs the script via 'make
+ scriptconfig', so kinda slow even in speedy mode.
"""
# TODO: Support speedy mode for running the script
- shell("make scriptconfig SCRIPT=Kconfiglib/examples/allyesconfig.py "
+ shell("make scriptconfig SCRIPT=Kconfiglib/allyesconfig.py "
"PYTHONCMD='{}'".format(sys.executable))
shell("mv .config ._config")
if speedy: