debug: Only run sframe tests if run-built-tests is enabled

This commit is contained in:
Adhemerval Zanella 2025-07-25 14:03:23 -03:00
parent 8698af6dcf
commit 9e1951ae88
1 changed files with 2 additions and 0 deletions

View File

@ -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)))