From cdd3a4327b4ba57996327d8c1cd475961203a088 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 4 Sep 2017 16:48:27 +0200 Subject: util/testing: Also test-build tegra's lp0 resume code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The regular build doesn't build it, so it fails every now and then due to changes in its dependencies. Make sure we notice these early. Change-Id: I0603b22887487d8871611d91e6f8ab0ec210bff1 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/21390 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- util/testing/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/testing/Makefile.inc') diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 977bc9fcc0..094b7a9f2a 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -80,6 +80,8 @@ what-jenkins-does: unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/ BLD=nvramcui MFLAGS= MAKEFLAGS= MAKETARGET=all junit.xml unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/ BLD=coreinfo MFLAGS= MAKEFLAGS= MAKETARGET=defaultbuild junit.xml $(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=util/ BLD=romcc MFLAGS= MAKEFLAGS= MAKETARGET=test junit.xml + $(MAKE) -C src/soc/nvidia/tegra124/lp0 + $(MAKE) -C src/soc/nvidia/tegra210/lp0 test-basic: test-lint test-tools test-abuild test-payloads test-cleanup -- cgit v1.2.3