summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-06-02 08:39:39 (GMT)
committerGitHub <noreply@github.com>2020-06-02 08:39:39 (GMT)
commit8fdd0054132becd9f70d88438223bd3d733e2d98 (patch)
treeadf706af8b23d73bd2e3619bc28d74d15ddc0137 /tests/Makefile.am
parenta4676c66cedb45762acf6696a33722ab65c0ca1e (diff)
parent71ed4401273f56bde1ad9f09ba74b5bd6892b889 (diff)
downloadpatchelf-8fdd0054132becd9f70d88438223bd3d733e2d98.zip
patchelf-8fdd0054132becd9f70d88438223bd3d733e2d98.tar.gz
patchelf-8fdd0054132becd9f70d88438223bd3d733e2d98.tar.bz2
Merge pull request #201 from dstahlke/outputflag
Added --output flag
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 32218e8..8ad7f20 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,7 +21,8 @@ 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 shrink-rpath-with-allowed-prefixes.sh
+ set-rpath-library.sh soname.sh shrink-rpath-with-allowed-prefixes.sh \
+ output-flag.sh
build_TESTS = \
$(no_rpath_arch_TESTS)