From f2a9942fbc47491cc5f5151670c42d43dc0544cb Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Tue, 5 Jul 2016 10:26:46 +0200 Subject: tests: Introduce DT overlay tests This adds a bunch of unit tests for the "fdt apply" command. They've all been run successfully in the sandbox. However, as you still require an out-of-tree dtc with overlay support, this is disabled by default. Acked-by: Simon Glass Acked-by: Pantelis Antoniou Signed-off-by: Maxime Ripard --- test/overlay/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/overlay/Makefile (limited to 'test/overlay/Makefile') diff --git a/test/overlay/Makefile b/test/overlay/Makefile new file mode 100644 index 0000000..907f085 --- /dev/null +++ b/test/overlay/Makefile @@ -0,0 +1,15 @@ +# +# Copyright (c) 2016 NextThing Co +# Copyright (c) 2016 Free Electrons +# +# SPDX-License-Identifier: GPL-2.0+ +# + +# Test files +obj-y += cmd_ut_overlay.o + +DTC_FLAGS += -@ + +# DT overlays +obj-y += test-fdt-base.dtb.o +obj-y += test-fdt-overlay.dtb.o -- cgit v1.1