From 144da16583ccab366a960859c6862562bc1391e2 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 13 Mar 2026 10:15:17 +0100 Subject: [PATCH] report on summary --- tests/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 55276e730..5b32bc51d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -104,7 +104,7 @@ ifeq ($(YOSYS_NOVERIFIC),1) endif endif @echo "" - -@$(MAKE) summary + -@$(MAKE) --no-print-directory summary .PHONY: summary summary: @@ -116,6 +116,10 @@ summary: echo "Passed: $$pass"; \ echo "Failed: $$fail"; \ echo "=========================="; \ + if [ $$fail -ne 0 ]; then \ + echo; \ + $(MAKE) --no-print-directory report; \ + fi; \ test $$fail -eq 0 clean: