From ce19f4f8ad069bf1ba85578ffb416e2a1eb9f1c9 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 25 Oct 2020 18:48:43 -0600 Subject: util/testing: Remove test for util/broadcom/secimage util/broadcom/secimage was removed in commit aea00f496b1, so don't try to test it anymore. Signed-off-by: Martin Roth Change-Id: Ibcc018a6b8ed4ecd407f2dc374cec62900920a92 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46805 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/testing/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index fb36c71a54..494055e749 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -115,8 +115,6 @@ test-tools: @echo "Build testing $(TOOLLIST)" $(foreach tool, $(TOOLLIST), $(MAKE) -C util/$(tool) clean ; ) $(foreach tool, $(TOOLLIST), echo "Building $(tool)";export MFLAGS= ;export MAKEFLAGS= ;$(MAKE) -C util/$(tool) all V=$(V) Q=$(Q) || exit 1; ) - echo "Testing broadcom/secimage" - $(MAKE) -C util/broadcom/secimage test @echo "Running gitconfig tests" @for test in $$(find util/gitconfig/test -maxdepth 1 \ -type f -executable); do \ -- cgit v1.2.3