From 95561fb9c55acccc2a5d5daac145fd3daeb27fa7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Fri, 11 Apr 2014 11:25:53 -0700 Subject: 2014-04-11 Paul Pluzhnikov * elf/Makefile (tests): make tst-dlopen-aout conditional on enable-hardcoded-path-in-tests --- ChangeLog | 5 +++++ elf/Makefile | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5a9db7822d..79d3dbf2a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-04-11 Paul Pluzhnikov + + * elf/Makefile (tests): make tst-dlopen-atout conditional on + enable-hardcoded-path-in-tests + 2014-04-11 Will Newton * benchtests/Makefile (extra-objs): Add json-lib.o. diff --git a/elf/Makefile b/elf/Makefile index d96cd40743..7ff3da2dfb 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -148,8 +148,11 @@ tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \ tst-stackguard1 tst-addr1 tst-thrlock \ tst-unique1 tst-unique2 tst-unique3 tst-unique4 \ tst-initorder tst-initorder2 tst-relsort1 tst-null-argv \ - tst-ptrguard1 tst-dlopen-aout + tst-ptrguard1 # reldep9 +ifeq ($(build-hardcoded-path-in-tests),yes) +tests += tst-dlopen-aout +endif test-srcs = tst-pathopt selinux-enabled := $(shell cat /selinux/enforce 2> /dev/null) ifneq ($(selinux-enabled),1) -- cgit 1.4.1