From 9e1951ae887a63a5af4d135fbfc751adb641cf6b Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 25 Jul 2025 14:03:23 -0300 Subject: [PATCH] debug: Only run sframe tests if run-built-tests is enabled --- debug/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debug/Makefile b/debug/Makefile index ab91d14af6..4f7ac04ffa 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -300,8 +300,10 @@ dw_unwind_pair := \ first_column = $(foreach pair,$(dw_unwind_pair),$(word 1,$(subst :, ,$(pair)))) tests-dw-unwind = $(patsubst %,$(objpfx)%.out,$(first_column)) +ifeq ($(run-built-tests),yes) tests-special += $(tests-dw-unwind) endif +endif define make-strip-rule $(objpfx)$(word 1,$(subst :, ,$(1))): $(objpfx)$(word 2,$(subst :, ,$(1))) -- 2.47.2