blob: 912793e4ae8738e1e727fe355d1ae2c02799392b [file] [log] [blame]
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001#! /bin/sh
Ulrich Drepper7d65d012005-08-31 15:14:26 +00002# Copyright (C) 1999, 2000, 2002, 2003, 2005 Red Hat, Inc.
Mark Wielaardde2ed972012-06-05 17:15:16 +02003# This file is part of elfutils.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00004# Written by Ulrich Drepper <drepper@redhat.com>, 1999.
Roland McGrath6d0c2e82006-04-05 00:59:43 +00005#
Mark Wielaardde2ed972012-06-05 17:15:16 +02006# This file is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 3 of the License, or
9# (at your option) any later version.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000010#
Mark Wielaardde2ed972012-06-05 17:15:16 +020011# elfutils is distributed in the hope that it will be useful, but
Ulrich Drepper361df7d2006-04-04 21:38:57 +000012# WITHOUT ANY WARRANTY; without even the implied warranty of
Mark Wielaardde2ed972012-06-05 17:15:16 +020013# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000015#
Mark Wielaardde2ed972012-06-05 17:15:16 +020016# You should have received a copy of the GNU General Public License
17# along with this program. If not, see <http://www.gnu.org/licenses/>.
Ulrich Drepper361df7d2006-04-04 21:38:57 +000018
Roland McGrath1b8b4462005-11-16 01:33:38 +000019. $srcdir/test-subr.sh
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000020
Roland McGrath1b8b4462005-11-16 01:33:38 +000021testfiles testfile testfile2
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000022
Mark Wielaard86be7922013-04-26 23:44:25 +020023testrun_compare ${abs_builddir}/get-pubnames testfile testfile2 <<\EOF
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000024 [ 0] "main", die: 104, cu: 11
25CU name: "m.c"
26object name: "main"
27 [ 1] "a", die: 174, cu: 11
28CU name: "m.c"
29object name: "a"
30 [ 2] "bar", die: 295, cu: 202
31CU name: "b.c"
32object name: "bar"
33 [ 3] "foo", die: 5721, cu: 5628
34CU name: "f.c"
35object name: "foo"
36 [ 0] "bar", die: 72, cu: 11
37CU name: "b.c"
38object name: "bar"
39 [ 1] "foo", die: 2490, cu: 2429
40CU name: "f.c"
41object name: "foo"
42 [ 2] "main", die: 2593, cu: 2532
43CU name: "m.c"
44object name: "main"
45 [ 3] "a", die: 2663, cu: 2532
46CU name: "m.c"
47object name: "a"
48EOF
49
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000050exit 0