commit | 6ec5178c0ef7c336ac41335aedc63f7f080a11a6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 12 09:04:30 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Sun Jul 16 23:13:17 2023 +0800 |
tree | 01c472fa7dfec35302eb17a1fc36ca853e03b15e | |
parent | e6e67bb9e0a40f3eb3c87d16935192821987c3e0 [diff] |
test: Skip flat-tree tests if devicetree is not used Many tests don't actually use the devicetree at all so there is no point in running the tests both with livetree and flat tree. Check for this and skip the flat tree test in that case. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>