From: Frank Rowand <frank.rowand@xxxxxxxx> Existing overlay unit tests examine individual pieces of the overlay code. The new tests target the entire process of applying an overlay. Frank Rowand (2): of: add support of dtc compiler flags for device tree overlays of: Add unit tests for applying overlays. drivers/of/fdt.c | 45 +++++ drivers/of/of_private.h | 2 + drivers/of/unittest-data/Makefile | 17 +- drivers/of/unittest-data/ot.dts | 53 ++++++ drivers/of/unittest-data/ot_bad_phandle.dts | 20 +++ drivers/of/unittest-data/ot_base.dts | 71 ++++++++ drivers/of/unittest.c | 264 ++++++++++++++++++++++++++++ scripts/Makefile.lib | 2 + 8 files changed, 471 insertions(+), 3 deletions(-) create mode 100644 drivers/of/unittest-data/ot.dts create mode 100644 drivers/of/unittest-data/ot_bad_phandle.dts create mode 100644 drivers/of/unittest-data/ot_base.dts -- Frank Rowand <frank.rowand@xxxxxxxx> -- 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