binman: Separate out testSplBssPad()
authorSimon Glass <sjg@chromium.org>
Tue, 2 Oct 2018 03:12:42 +0000 (21:12 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 8 Oct 2018 13:34:34 +0000 (07:34 -0600)
commit86af511d892df59f06bf49a71505a072ea2cd5f3
tree80f2d24a57b6c551c1c3704ebf3e40a7ea3deb91
parente0e6275f4c6cbcf2b975dbd9771b14f21eb51a36
binman: Separate out testSplBssPad()

At present this test runs binman twice, which means that the temporary
files from the first run do not get cleaned up. Split this into two tests
to fix this problem.

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