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
|
|
@ -25,7 +25,8 @@ LIB_TESTS_L = get_mem_rsv \
|
|||
integer-expressions \
|
||||
property_iterate \
|
||||
subnode_iterate \
|
||||
overlay overlay_bad_fixup
|
||||
overlay overlay_bad_fixup \
|
||||
check_path
|
||||
LIB_TESTS = $(LIB_TESTS_L:%=$(TESTS_PREFIX)%)
|
||||
|
||||
LIBTREE_TESTS_L = truncated_property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue