]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
debug: Only run sframe tests if run-built-tests is enabled
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 25 Jul 2025 17:03:23 +0000 (14:03 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 25 Jul 2025 17:03:23 +0000 (14:03 -0300)
debug/Makefile

index ab91d14af6eae2759f42a2ec3eb1d9a91756ed2e..4f7ac04ffac0fefd21f7db3320d64fd660c3964e 100644 (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)))