summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-01 09:39:06 (GMT)
committerGitHub <noreply@github.com>2016-09-01 09:39:06 (GMT)
commit9d2f4a174710b37bf6bacdce3716bcb664e02990 (patch)
treeb1348f8591c5f723404811adfdceba8df12c3616 /tests/Makefile.am
parentc66b2deb6089d29cbb7261c28282da32ea65c384 (diff)
parent48143414941d91016efca2b0ef6f32475d6eaa75 (diff)
downloadpatchelf-9d2f4a174710b37bf6bacdce3716bcb664e02990.zip
patchelf-9d2f4a174710b37bf6bacdce3716bcb664e02990.tar.gz
patchelf-9d2f4a174710b37bf6bacdce3716bcb664e02990.tar.bz2
Merge pull request #98 from dezgeg/shrink-prefix
Add '--allowed-rpath-prefixes' option to '--shrink-rpath' …
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4290fe3..32218e8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,7 +21,7 @@ no_rpath_arch_TESTS = \
src_TESTS = \
plain-fail.sh plain-run.sh shrink-rpath.sh set-interpreter-short.sh \
set-interpreter-long.sh set-rpath.sh no-rpath.sh big-dynstr.sh \
- set-rpath-library.sh soname.sh
+ set-rpath-library.sh soname.sh shrink-rpath-with-allowed-prefixes.sh
build_TESTS = \
$(no_rpath_arch_TESTS)