summaryrefslogtreecommitdiffstats
path: root/util/testing
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-06-17 13:01:58 +0200
committerWerner Zeh <werner.zeh@siemens.com>2021-06-28 04:13:54 +0000
commitc44ffc30846fdfa7cf814316d24dfecd2c22b0ae (patch)
tree4ce81f5791b3da23460cd0a8a5cf10f21ba61bd9 /util/testing
parentc05aa26a1fc472e121ca1b6b6a3510323ae53e34 (diff)
downloadcoreboot-c44ffc30846fdfa7cf814316d24dfecd2c22b0ae.tar.gz
coreboot-c44ffc30846fdfa7cf814316d24dfecd2c22b0ae.tar.bz2
coreboot-c44ffc30846fdfa7cf814316d24dfecd2c22b0ae.zip
security/intel/cbnt: Build test CBnT provisioning
This updates the intel-sec-tools submodule pointer to include a fake acm binary to be included for buildtesting. Change-Id: Id4a9e177f71306b8c5538a578da229a53d19487a Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55609 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
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 0d1053a72f50..a390654045da 100644
--- a/util/testing/Makefile.inc
+++ b/util/testing/Makefile.inc
@@ -85,6 +85,7 @@ ifneq ($(JENKINS_SKIP_LINT_TESTS),y)
util/lint/lint lint-stable --junit
util/lint/lint lint-extended --junit
endif
+ cd 3rdparty/intel-sec-tools/ ; go mod vendor
util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/chromeos $(ABUILD_OPTIONS) -x -X $(top)/abuild-chromeos.xml
util/abuild/abuild -o $(COREBOOT_BUILD_DIR)/default $(ABUILD_OPTIONS)
$(foreach tool, $(TOOLLIST), $(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR="util/$(tool)" BLD="$(tool)" MFLAGS= MAKEFLAGS= MAKETARGET= junit.xml; )