summaryrefslogtreecommitdiffstats
path: root/util/testing
diff options
context:
space:
mode:
Diffstat (limited to 'util/testing')
-rw-r--r--util/testing/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc
index a390654045da..a9fd6488cc15 100644
--- a/util/testing/Makefile.inc
+++ b/util/testing/Makefile.inc
@@ -97,6 +97,7 @@ endif
$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=src/soc/nvidia/tegra124/lp0 BLD=tegra124_lp0 MFLAGS= MAKEFLAGS=xcompile=$(COREBOOT_BUILD_DIR)/xcompile MAKETARGET=all junit.xml
$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=src/soc/nvidia/tegra210/lp0 BLD=tegra120_lp0 MFLAGS= MAKEFLAGS=xcompile=$(COREBOOT_BUILD_DIR)/xcompile MAKETARGET=all junit.xml
$(MAKE) unit-tests JUNIT_OUTPUT=y
+ (cd payloads/libpayload; unset COREBOOT_BUILD_DIR; $(MAKE) unit-tests JUNIT_OUTPUT=y)
test-basic: test-lint test-tools test-abuild test-payloads test-cleanup