]> git.sur5r.net Git - u-boot/commit
binman: Move coverage logic into a new test_util file
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jul 2018 16:27:23 +0000 (10:27 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commitff1fd6ccde3d166213d1277fa6b6b9685d45044f
tree4a720d78c0be0a5d577901ab5363d83c3bebd2dc
parentc640ed0ce6b029f8cda62f2674a671a9c198410a
binman: Move coverage logic into a new test_util file

At present only binman has the logic for determining Python test coverage
but this is useful for other tools also. Move it out into a separate file
so it can be used by other tools.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.py
tools/patman/test_util.py [new file with mode: 0644]