]> git.baikalelectronics.ru Git - uboot.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)
commitc82025fdc498f9461c59f812431640d63588e4d4
treec8539592744c6f3cf527dd7e10198c7b88107743
parent9d6d2618b164ba37662bb881dd6d329d9c1f7e57
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