commit | 244548f994f900ac8c6ece1f119ac857c2bba108 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 21 18:24:37 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 16:26:48 2021 +1300 |
tree | 936b1ad8d7ecdc49e7523a43ed4d758f67b364ff | |
parent | b2e8ac4f2e84f85cd7e268fd0aebb342944a6b63 [diff] |
dtoc: Add a subnode test for multiple nodes Add a new test that adds a subnode alongside an existing one, as well as adding properties to a subnode. This will expand to adding multiple subnodes in future patches. Put a node after the one we are adding to so we can check that things sync correctly. The testAddNode() test should be in the TestNode class since it is a node test, so move it. Signed-off-by: Simon Glass <sjg@chromium.org>