]> git.ipfire.org Git - u-boot.git/commit
binman: Run code coverage tests
authorSimon Glass <sjg@chromium.org>
Mon, 27 Nov 2017 03:26:01 +0000 (20:26 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 16 Jan 2018 01:29:21 +0000 (18:29 -0700)
commit30d704c645ec79892b4ef5ae97f12bfb885deb54
treec8539592744c6f3cf527dd7e10198c7b88107743
parentf2d07788851a6894ef084dc832e5eb9ca90bee0d
binman: Run code coverage tests

Binman has 100% test coverage for the code as it is at present. To
encourage it to stay that way, run the code-coverage test as part of the
normal U-Boot tests.

This is RFC because it requires the Python code coverage tools to be
available.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/run