From: Frank Rowand <frank.rowand@xxxxxxxxxxxxxx> Add dtc tests. - dtc --annotate to create a .dts with annotations - compile the annotated .dts Not-signed-off-by: Frank Rowand <frank.rowand@xxxxxxxxxxxxxx> --- tests/run_tests.sh | 3 +++ 1 file changed, 3 insertions(+) Index: b/tests/run_tests.sh =================================================================== --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -276,6 +276,9 @@ libfdt_tests () { run_dtc_test -I dts -O dtb -o sourceoutput.test.dts.test.dtb sourceoutput.test.dts run_test dtbs_equal_ordered sourceoutput.test.dtb sourceoutput.test.dts.test.dtb + run_dtc_test --annotate -o sourceoutput.test.annotate.dts sourceoutput.dts + run_dtc_test -o sourceoutput.test.annotate.dts.test.dts sourceoutput.test.annotate.dts + run_dtc_test -I dts -O dtb -o embedded_nul.test.dtb embedded_nul.dts run_dtc_test -I dts -O dtb -o embedded_nul_equiv.test.dtb embedded_nul_equiv.dts run_test dtbs_equal_ordered embedded_nul.test.dtb embedded_nul_equiv.test.dtb -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html