summaryrefslogtreecommitdiff
path: root/tests/trees.S
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trees.S')
-rw-r--r--tests/trees.S15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/trees.S b/tests/trees.S
index e2380b7..95d599d 100644
--- a/tests/trees.S
+++ b/tests/trees.S
@@ -298,3 +298,18 @@ two_roots_strings_end:
two_roots_end:
+
+ /* root node with a non-empty name */
+ TREE_HDR(named_root)
+ EMPTY_RSVMAP(named_root)
+
+named_root_struct:
+ BEGIN_NODE("fake")
+ END_NODE
+ FDTLONG(FDT_END)
+named_root_struct_end:
+
+named_root_strings:
+named_root_strings_end:
+
+named_root_end: