blob: 1e78a18ce1c6b5cd7449aed6dd17029fd8f0b52a [file] [log] [blame]
Roland McGrath8bf747a2006-04-05 01:00:08 +00001#! /bin/sh
Ulrich Drepperba718b12006-04-04 21:31:16 +00002# Copyright (C) 2006 Red Hat, Inc.
3# Written by Ulrich Drepper <drepper@redhat.com>, 2006.
4#
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.
Ulrich Drepperba718b12006-04-04 21:31:16 +00009#
Mark Wielaardde2ed972012-06-05 17:15:16 +020010# elfutils is distributed in the hope that it will be useful, but
Roland McGrath6d0c2e82006-04-05 00: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 McGrath6d0c2e82006-04-05 00: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 McGrath6d0c2e82006-04-05 00:59:43 +000017
Ulrich Drepperba718b12006-04-04 21:31:16 +000018. $srcdir/test-subr.sh
19
20testfiles testfile28 testfile28.rdwr
21
Mark Wielaard86be7922013-04-26 23:44:25 +020022testrun ${abs_builddir}/rdwrmmap testfile28
Ulrich Drepperba718b12006-04-04 21:31:16 +000023
24cmp testfile28 testfile28.rdwr
25
Roland McGrathb4379722006-04-05 01:35:26 +000026test_cleanup
27
28testfiles testfile29 testfile29.rdwr
29
Mark Wielaard86be7922013-04-26 23:44:25 +020030testrun ${abs_builddir}/rdwrmmap testfile29
Roland McGrathb4379722006-04-05 01:35:26 +000031
32cmp testfile29 testfile29.rdwr
33
Ulrich Drepperba718b12006-04-04 21:31:16 +000034exit 0