From: Adhemerval Zanella Date: Fri, 25 Jul 2025 17:03:23 +0000 (-0300) Subject: debug: Only run sframe tests if run-built-tests is enabled X-Git-Tag: glibc-2.42~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e1951ae887a63a5af4d135fbfc751adb641cf6b;p=thirdparty%2Fglibc.git debug: Only run sframe tests if run-built-tests is enabled --- 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)))