]> git.sur5r.net Git - u-boot/commit
binman: Tidy up execution of tests
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jul 2018 16:27:18 +0000 (10:27 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commit2cd01285b53f376e439e4cbdbce808ca8231ef84
treecd3f390d68280f612e95777e8ac0feaa28b9d68a
parent736bb0aec80891891f3f86004e1afa7976585918
binman: Tidy up execution of tests

Move all the test execution into the same mechanism so that we can request
a particular test (from any suite) by passing it as an argument to
'binman -t'.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.py