summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-03-25 06:44:09 -0700
committerMark Wielaard <mjw@redhat.com>2015-04-01 20:51:54 +0200
commitaa19e593d3a5ba53571064ca133597ca9f14f840 (patch)
treedf68f0031822a12d229a6a4093895ece7ed7787f /tests/Makefile.am
parent8c78ff0d1f6ce1135d60d7224f26be92aedc2306 (diff)
downloadandroid_external_elfutils-aa19e593d3a5ba53571064ca133597ca9f14f840.tar.gz
android_external_elfutils-aa19e593d3a5ba53571064ca133597ca9f14f840.tar.bz2
android_external_elfutils-aa19e593d3a5ba53571064ca133597ca9f14f840.zip
tests: Add testfile-x32 to run-addrcfi.sh
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
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 83b10052..cc1d2540 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -287,7 +287,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
run-readelf-A.sh testfileppc32attrs.o.bz2 \
testfile-debug-types.bz2 \
run-getsrc-die.sh run-strptr.sh \
- testfile-x32-core.bz2
+ testfile-x32-core.bz2 testfile-x32.bz2
if USE_VALGRIND
valgrind_cmd='valgrind -q --error-exitcode=1 --run-libc-freeres=no'