From 0d8743de855c845163af471adc4e155428237d55 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 18 Jan 2018 15:17:13 -0800 Subject: Skip execstack test, depends on nested function --- elf/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elf/Makefile b/elf/Makefile index 2d7162d3cc..d09d8987f1 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -201,9 +201,11 @@ endif test-srcs = tst-pathopt selinux-enabled := $(shell cat /selinux/enforce 2> /dev/null) ifneq ($(selinux-enabled),1) +ifneq ($(with-clang),yes) tests-execstack-yes = tst-execstack tst-execstack-needed tst-execstack-prog endif endif +endif tests += $(tests-execstack-$(have-z-execstack)) ifeq ($(run-built-tests),yes) tests-special += $(objpfx)tst-leaks1-mem.out \ -- cgit 1.4.1