diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-04-30 11:13:55 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-05-03 21:39:22 +0200 |
commit | f2c534d354a6f4156f3e476f9bc83a7250206eab (patch) | |
tree | 0099a4385d8eb12a7b04f4997484c7b4068eba56 /scripts | |
parent | 29a02185cde20c1504b5b7da075591b605140a62 (diff) | |
download | u-boot-f2c534d354a6f4156f3e476f9bc83a7250206eab.tar.gz u-boot-f2c534d354a6f4156f3e476f9bc83a7250206eab.tar.bz2 u-boot-f2c534d354a6f4156f3e476f9bc83a7250206eab.zip |
test: unit test for bootmenu
Provide a unit test for the bootmenu command
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/pylint.base | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pylint.base b/scripts/pylint.base index 50e9989e87..9ebebf47ab 100644 --- a/scripts/pylint.base +++ b/scripts/pylint.base @@ -6,6 +6,7 @@ test_tests_test_android_test_ab.py 6.50 test_tests_test_android_test_abootimg.py 6.09 test_tests_test_android_test_avb.py 5.52 test_tests_test_bind.py -2.99 +test_tests_test_bootmenu.py 10.00 test_tests_test_button.py 3.33 test_tests_test_dfu.py 5.45 test_tests_test_dm.py 9.52 |