summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorAndrew Laucius <andrewla@gmail.com>2021-09-10 19:28:32 +0000
committerAndrew Laucius <andrewla@gmail.com>2021-09-10 19:28:32 +0000
commitd69bafc3b3d87a4adc44ff69269bffd65cbf7129 (patch)
treee4006200e2db800266ab4aff65104bf9ea1907e3 /tests/Makefile.am
parentc62988a2a89a282e31d0e204cc2a3710da912f04 (diff)
downloadpatchelf-d69bafc3b3d87a4adc44ff69269bffd65cbf7129.tar.gz
Allow string arguments to be read from files.
If a string argument to an option is prefixed with @, then a file with the following name will be read into that string.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 46589ea..0622dbf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -36,6 +36,7 @@ src_TESTS = \
contiguous-note-sections.sh \
no-gnu-hash.sh \
no-dynamic-section.sh \
+ external.sh \
basic-flags.sh
build_TESTS = \