blob: fa476c4b4966ac722d1c8895904bdb9757e2d0e6 [file] [log] [blame]
Roland McGrath9aa8ef72007-05-18 08:59:43 +00001#! /bin/sh
2# Copyright (C) 2007 Red Hat, Inc.
Mark Wielaardde2ed972012-06-05 17:15:16 +02003# This file is part of elfutils.
Roland McGrath9aa8ef72007-05-18 08:59:43 +00004#
Mark Wielaardde2ed972012-06-05 17:15:16 +02005# This file is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version.
Roland McGrath9aa8ef72007-05-18 08:59:43 +00009#
Mark Wielaardde2ed972012-06-05 17:15:16 +020010# elfutils is distributed in the hope that it will be useful, but
Roland McGrath9aa8ef72007-05-18 08:59:43 +000011# WITHOUT ANY WARRANTY; without even the implied warranty of
Mark Wielaardde2ed972012-06-05 17:15:16 +020012# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
Roland McGrath9aa8ef72007-05-18 08:59:43 +000014#
Mark Wielaardde2ed972012-06-05 17:15:16 +020015# You should have received a copy of the GNU General Public License
16# along with this program. If not, see <http://www.gnu.org/licenses/>.
Roland McGrath9aa8ef72007-05-18 08:59:43 +000017
18. $srcdir/test-subr.sh
19
20testfiles testfile36 testfile36.debug
21
Mark Wielaard86be7922013-04-26 23:44:25 +020022testrun_compare ${abs_builddir}/dwflmodtest -e testfile36 <<\EOF
Roland McGrath9aa8ef72007-05-18 08:59:43 +000023module: 00000000..00002308 testfile36 (null)
Ulrich Drepperb597dfa2007-10-16 05:21:27 +000024module: 00000000 DWARF 0 (no error)
Roland McGrath9aa8ef72007-05-18 08:59:43 +000025module: 00000000..00002308 testfile36 testfile36.debug
26EOF
27
28exit 0