summaryrefslogtreecommitdiff
path: root/util/testing
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2017-09-04 16:48:27 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-09-06 08:23:41 +0000
commitcdd3a4327b4ba57996327d8c1cd475961203a088 (patch)
treef0312f964e3f34697744bead6c1d1c6f02f46407 /util/testing
parentced3a0c2491a1d736a134b81644b96dc61106d30 (diff)
downloadcoreboot-cdd3a4327b4ba57996327d8c1cd475961203a088.tar.xz
util/testing: Also test-build tegra's lp0 resume code
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 <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/21390 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/testing')
-rw-r--r--util/testing/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
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