commit | 310487d39c17a81f4373b55168b8037e513064b6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:46 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:13 2023 -0400 |
tree | 7fe057ed143b3bbf7d297afb31ee40dba645548c | |
parent | c681e09e39b80bd253b247c6e46cdfdec1e64739 [diff] |
dm: core: Add tests for oftree_path() Add a few simple tests for getting the root node, since this is handled as a special case in the implementation. Signed-off-by: Simon Glass <sjg@chromium.org>