summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2015-01-14 21:38:16 +0100
committerMark Wielaard <mjw@redhat.com>2015-01-14 21:40:49 +0100
commit47efc3bef9f39a0494f9957b2e5f7da33482865b (patch)
tree1ed457e28cdaacf9ffe9ec3fb1ec92f3ef4fc5e3 /tests/Makefile.am
parent7c71382294af69f075c891a3418906c842491e4c (diff)
downloadandroid_external_elfutils-47efc3bef9f39a0494f9957b2e5f7da33482865b.tar.gz
android_external_elfutils-47efc3bef9f39a0494f9957b2e5f7da33482865b.tar.bz2
android_external_elfutils-47efc3bef9f39a0494f9957b2e5f7da33482865b.zip
tests: Add testfile-debug-types test case.
Test for regression fixed in commit 7c713822: "libdw: fix offset for sig8 lookup in dwarf_formref_die" Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 303f7836..14adebd5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to create Makefile.in
##
-## Copyright (C) 1996-2014 Red Hat, Inc.
+## Copyright (C) 1996-2015 Red Hat, Inc.
## This file is part of elfutils.
##
## This file is free software; you can redistribute it and/or modify
@@ -280,7 +280,8 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
linkmap-cut.bz2 linkmap-cut.core.bz2 \
run-aggregate-size.sh testfile-sizes1.o.bz2 testfile-sizes2.o.bz2 \
testfile-sizes3.o.bz2 \
- run-readelf-A.sh testfileppc32attrs.o.bz2
+ run-readelf-A.sh testfileppc32attrs.o.bz2 \
+ testfile-debug-types.bz2
if USE_VALGRIND
valgrind_cmd='valgrind -q --error-exitcode=1 --run-libc-freeres=no'