aboutsummaryrefslogtreecommitdiff
path: root/util/testing/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'util/testing/Makefile.inc')
-rw-r--r--util/testing/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc
index 595e8e3bc3..dddb76590f 100644
--- a/util/testing/Makefile.inc
+++ b/util/testing/Makefile.inc
@@ -123,6 +123,12 @@ test-tools:
$(MAKE) -C util/romcc all test -j $(CPUS) V=$(V) Q=$(Q)
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 \
+ echo "$${test}"; \
+ "$${test}" || exit $${?}; \
+ done
test-cleanup:
rm -rf coreboot-builds coreboot-builds-chromeos