summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-07-31 11:52:58 -0600
committerMartin Roth <martinroth@google.com>2017-08-11 15:24:49 +0000
commite624e270e646a9443024428a7aefe69f6b429fbf (patch)
tree067ccbf4e522c41a339abefa247eeec7f75dc17b /Makefile
parentfea92167f95e327a64495ed271025b1120aa1fed (diff)
downloadcoreboot-e624e270e646a9443024428a7aefe69f6b429fbf.tar.gz
coreboot-e624e270e646a9443024428a7aefe69f6b429fbf.tar.bz2
coreboot-e624e270e646a9443024428a7aefe69f6b429fbf.zip
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 <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20873 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Chris Ching <chingcodes@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31fb3ad6f165..ff9a6b81cfd3 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