From: Mark Wielaard Date: Wed, 26 Jan 2022 17:57:29 +0000 (+0100) Subject: Guard tst-valgrind-smoke.out with run-built-tests X-Git-Tag: glibc-2.35~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af6dc56b8c313cb2fe2df53f92d1bc9d0a820368;p=thirdparty%2Fglibc.git Guard tst-valgrind-smoke.out with run-built-tests Prevent tst-valgrind-smoke from running when run-built-tests is not yes. Reviewed-by: Adhemerval Zanella --- diff --git a/elf/Makefile b/elf/Makefile index daafb5cf126..775c755291f 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -530,7 +530,9 @@ endif endif endif +ifeq ($(run-built-tests),yes) tests-special += $(objpfx)tst-valgrind-smoke.out +endif $(objpfx)tst-valgrind-smoke.out: tst-valgrind-smoke.sh $(objpfx)ld.so $(objpfx)valgrind-test $(SHELL) $< $(objpfx)ld.so $(rtlddir)/$(rtld-installed-name) '$(test-wrapper-env)' \ '$(run-program-env)' '$(rpath-link)' $(objpfx)valgrind-test > $@; $(evaluate-test)