mirror of git://sourceware.org/git/glibc.git
debug: Only run sframe tests if run-built-tests is enabled
This commit is contained in:
parent
8698af6dcf
commit
9e1951ae88
|
|
@ -300,8 +300,10 @@ dw_unwind_pair := \
|
||||||
|
|
||||||
first_column = $(foreach pair,$(dw_unwind_pair),$(word 1,$(subst :, ,$(pair))))
|
first_column = $(foreach pair,$(dw_unwind_pair),$(word 1,$(subst :, ,$(pair))))
|
||||||
tests-dw-unwind = $(patsubst %,$(objpfx)%.out,$(first_column))
|
tests-dw-unwind = $(patsubst %,$(objpfx)%.out,$(first_column))
|
||||||
|
ifeq ($(run-built-tests),yes)
|
||||||
tests-special += $(tests-dw-unwind)
|
tests-special += $(tests-dw-unwind)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
define make-strip-rule
|
define make-strip-rule
|
||||||
$(objpfx)$(word 1,$(subst :, ,$(1))): $(objpfx)$(word 2,$(subst :, ,$(1)))
|
$(objpfx)$(word 1,$(subst :, ,$(1))): $(objpfx)$(word 2,$(subst :, ,$(1)))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue