Add a single test makeing sure the &foo { }; syntax works. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@xxxxxxxxxxxx> --- tests/run_tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 74af0ff..e6b687a 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -222,6 +222,10 @@ overlay_tests () { run_test check_path overlay_overlay_with_aliases.dtb exists "/__symbols__" run_test check_path overlay_overlay_with_aliases.dtb exists "/__fixups__" run_test check_path overlay_overlay_with_aliases.dtb exists "/__local_fixups__" + + # test simplified plugin syntax + run_dtc_test -@ -I dts -O dtb -o overlay_overlay_simple.dtb overlay_overlay_simple.dts + fi # Bad fixup tests -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html