commit | 52d0621bf2d598f926c42d1e3b38237aa04cc621 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 14:25:53 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:08 2019 -0700 |
tree | 063f1d4079862e3f5519c9ad1e8394ea79509af6 | |
parent | 980a284027d3a5ffdb895adeaffab4c7dd2895f0 [diff] |
binman: Add a test for nested and aligned sections Current test coverage is likely sufficient for the logic used to place sections in the image. However it seems useful to add a test specifically for nested sections, since these could have some unusual interactions. Add a new test for this and aligned sections. This test failed before the refactor to drop the bsection.py file (Section class), but passes now. Signed-off-by: Simon Glass <sjg@chromium.org>