From 95226b3e74309650325b2e2199a90d670a99c452 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 27 May 2020 10:41:45 +0200 Subject: testing: Add unit tests to what-jenkins-does procedure They're not added as a dependency, even though that should be possible, because we want the build tests to run even when the unit tests fail. Change-Id: Ia3391d7b289160178fa773dfd7b7c51c6ef77805 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/41772 Tested-by: build bot (Jenkins) Reviewed-by: Jan Dabros Reviewed-by: Martin Roth Reviewed-by: Angel Pons --- util/testing/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 7c820f59ea..fb36c71a54 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -89,6 +89,7 @@ what-jenkins-does: (cd payloads/libpayload; unset COREBOOT_BUILD_DIR; $(MAKE) $(if $(JENKINS_NOCCACHE),,CONFIG_LP_CCACHE=y) V=$(V) Q=$(Q) junit.xml) $(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=src/soc/nvidia/tegra124/lp0 BLD=tegra124_lp0 MFLAGS= MAKEFLAGS= MAKETARGET=all junit.xml $(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=src/soc/nvidia/tegra210/lp0 BLD=tegra120_lp0 MFLAGS= MAKEFLAGS= MAKETARGET=all junit.xml + $(MAKE) unit-tests JUNIT_OUTPUT=y test-basic: test-lint test-tools test-abuild test-payloads test-cleanup -- cgit v1.2.3