blob: 367729a702e02a2f5d41fcbbcbcfe31f35d595a9 [file] [log] [blame]
Roland McGrath71e15a02005-08-27 10:33:26 +00001#! /bin/sh
Mark Wielaardf8198f22014-12-27 16:16:29 +01002# Copyright (C) 2005, 2014 Red Hat, Inc.
Mark Wielaardde2ed972012-06-05 17:15:16 +02003# This file is part of elfutils.
Roland McGrath71e15a02005-08-27 10:33:26 +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 McGrath71e15a02005-08-27 10:33:26 +00009#
Mark Wielaardde2ed972012-06-05 17:15:16 +020010# elfutils is distributed in the hope that it will be useful, but
Ulrich Drepper361df7d2006-04-04 21:38:57 +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.
Ulrich Drepper361df7d2006-04-04 21:38:57 +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/>.
Ulrich Drepper361df7d2006-04-04 21:38:57 +000017
Roland McGrath1b8b4462005-11-16 01:33:38 +000018. $srcdir/test-subr.sh
Roland McGrath71e15a02005-08-27 10:33:26 +000019
Roland McGrath1b8b4462005-11-16 01:33:38 +000020testfiles testfile25
Roland McGrath71e15a02005-08-27 10:33:26 +000021
Mark Wielaard86be7922013-04-26 23:44:25 +020022testrun_compare ${abs_builddir}/funcscopes -e testfile25 incr <<\EOF
Roland McGrath71e15a02005-08-27 10:33:26 +000023testfile25: 0x8048000 .. 0x8049528
Mark Wielaardf8198f22014-12-27 16:16:29 +010024 inline-test.c (0x11): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834e (/home/roland/build/stock-elfutils/inline-test.c:9)
25 incr (0x2e): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834e (/home/roland/build/stock-elfutils/inline-test.c:9)
Roland McGrath71e15a02005-08-27 10:33:26 +000026 x [ 66]
27EOF
28
Roland McGrath71e15a02005-08-27 10:33:26 +000029exit 0