mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
407a1413e3
Enable measuring test coverage for buildman so we can see the gaps. It is currently at 68%. Signed-off-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
command.py | ||
cros_subprocess.py | ||
LICENSE | ||
pyproject.toml | ||
README.rst | ||
terminal.py | ||
test_util.py | ||
tools.py | ||
tout.py | ||
u_boot_pylib |
.. SPDX-License-Identifier: GPL-2.0+ # U-Boot Python Library ===================== This is a Python library used by various U-Boot tools, including patman, buildman and binman. The module can be installed with pip:: pip install u_boot_pylib or via setup.py:: ./setup.py install [--user]