diff options
author | Martin Roth <martinroth@google.com> | 2017-07-31 11:52:58 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-08-11 15:24:49 +0000 |
commit | e624e270e646a9443024428a7aefe69f6b429fbf (patch) | |
tree | 067ccbf4e522c41a339abefa247eeec7f75dc17b /Makefile | |
parent | fea92167f95e327a64495ed271025b1120aa1fed (diff) |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |