mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-08 20:55:18 -05:00
tests: Add check_path test
Add a test that checks for existence or not of a node. It is useful for testing the various cases when generating symbols and fixups for dynamic device tree objects. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
20f29d8d41
commit
9637e3f772
4 changed files with 88 additions and 1 deletions
1
tests/.gitignore
vendored
1
tests/.gitignore
vendored
|
|
@ -8,6 +8,7 @@ tmp.*
|
|||
/asm_tree_dump
|
||||
/boot-cpuid
|
||||
/char_literal
|
||||
/check_path
|
||||
/del_node
|
||||
/del_property
|
||||
/dtbs_equal_ordered
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue