summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-03-25 07:22:43 -0700
committerMark Wielaard <mjw@redhat.com>2015-04-01 20:54:36 +0200
commit6de72761723d624bcd148facc811bc774a265f0c (patch)
treecce5a580ca100d230eaa1b0cb9136f67d1ddd76c /tests/Makefile.am
parentaa19e593d3a5ba53571064ca133597ca9f14f840 (diff)
downloadandroid_external_elfutils-6de72761723d624bcd148facc811bc774a265f0c.tar.gz
android_external_elfutils-6de72761723d624bcd148facc811bc774a265f0c.tar.bz2
android_external_elfutils-6de72761723d624bcd148facc811bc774a265f0c.zip
tests: Add run-backtrace-core-x32.sh
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cc1d2540..20772d74 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -107,6 +107,7 @@ TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \
run-backtrace-native.sh run-backtrace-data.sh run-backtrace-dwarf.sh \
run-backtrace-native-biarch.sh run-backtrace-native-core.sh \
run-backtrace-native-core-biarch.sh run-backtrace-core-x86_64.sh \
+ run-backtrace-core-x32.sh \
run-backtrace-core-i386.sh run-backtrace-core-ppc.sh \
run-backtrace-core-s390x.sh run-backtrace-core-s390.sh \
run-backtrace-core-aarch64.sh \
@@ -265,6 +266,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
run-backtrace-native.sh run-backtrace-native-biarch.sh \
run-backtrace-native-core.sh run-backtrace-native-core-biarch.sh \
run-backtrace-core-x86_64.sh run-backtrace-core-i386.sh \
+ run-backtrace-core-x32.sh \
backtrace-subr.sh backtrace.i386.core.bz2 backtrace.i386.exec.bz2 \
backtrace.x86_64.core.bz2 backtrace.x86_64.exec.bz2 \
backtrace.ppc.core.bz2 backtrace.ppc.exec.bz2 \
@@ -287,7 +289,8 @@ 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.bz2
+ testfile-x32-core.bz2 testfile-x32.bz2 \
+ backtrace.x32.core.bz2 backtrace.x32.exec.bz2
if USE_VALGRIND
valgrind_cmd='valgrind -q --error-exitcode=1 --run-libc-freeres=no'