From e624e270e646a9443024428a7aefe69f6b429fbf Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 31 Jul 2017 11:52:58 -0600 Subject: Make: Move testing into a subdirectory In preparation for expanding the testing, move the test targets out of the top level Makefile.inc and into a separate subdirectory. Change-Id: Ie252c7555223f9ce76b54e6f7b66d03f3cf60500 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/20873 Tested-by: build bot (Jenkins) Reviewed-by: Chris Ching --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 31fb3ad6f1..ff9a6b81cf 100644 --- a/Makefile +++ b/Makefile @@ -124,6 +124,7 @@ endif ifeq ($(NOCOMPILE),1) include $(TOPLEVEL)/Makefile.inc include $(TOPLEVEL)/payloads/Makefile.inc +include $(TOPLEVEL)/util/testing/Makefile.inc real-all: @echo "Error: Expected config file ($(DOTCONFIG)) not present." >&2 @echo "Please specify a config file or run 'make menuconfig' to" >&2 -- cgit v1.2.3