mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-08 20:55:18 -05:00
tests: Add tests cases for the overlay code
Add some test infrastructure to test that the overlay can be merged, but also that poorly formatted fixups would fail as expected. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> [dwg: Don't execute bad overlay tests without overlay aware dtc] Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
0cdd06c513
commit
aea8860d83
17 changed files with 656 additions and 1 deletions
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
|
|
@ -35,6 +35,8 @@ tmp.*
|
|||
/nopulate
|
||||
/notfound
|
||||
/open_pack
|
||||
/overlay
|
||||
/overlay_bad_fixup
|
||||
/parent_offset
|
||||
/path-references
|
||||
/path_offset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue