commit | 9c5263309ed5116aea9e6522a793312f7b8040b4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 06 10:27:28 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 09 09:11:00 2018 -0600 |
tree | 1c96cd8eda6da21219a377019c8ce7173489b0f6 | |
parent | 792d239e6295c85c6926772156c1cbb2a5a4071c [diff] |
dtoc: Update fdt tests to increase code coverage At present only some of the fdt functionality is tested. Add more tests to cover the rest of it. Also turn on test coverage, which is now 100% with a small exclusion for a Python 3 feature. Signed-off-by: Simon Glass <sjg@chromium.org>