commit | 86af511d892df59f06bf49a71505a072ea2cd5f3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 21:12:42 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 08 07:34:34 2018 -0600 |
tree | 80f2d24a57b6c551c1c3704ebf3e40a7ea3deb91 | |
parent | e0e6275f4c6cbcf2b975dbd9771b14f21eb51a36 [diff] |
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>