Add a single test makeing sure the &foo { }; syntax works. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@xxxxxxxxxxxx> --- tests/run_tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index b8e7d44..356c992 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -210,6 +210,12 @@ 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 + + # verify non-generation of local fixups + run_test check_path overlay_overlay_simple.dtb not-exists "/__local_fixups__" 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