103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#! /bin/sh
203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Copyright (C) 2002, 2005 Red Hat, Inc.
303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# This file is part of elfutils.
403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Written by Jakub Jelinek <jakub@redhat.com>, 2002.
503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#
603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# This file is free software; you can redistribute it and/or modify
703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# it under the terms of the GNU General Public License as published by
803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# the Free Software Foundation; either version 3 of the License, or
903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# (at your option) any later version.
1003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#
1103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# elfutils is distributed in the hope that it will be useful, but
1203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# WITHOUT ANY WARRANTY; without even the implied warranty of
1303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# GNU General Public License for more details.
1503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#
1603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# You should have received a copy of the GNU General Public License
1703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# along with this program.  If not, see <http://www.gnu.org/licenses/>.
1803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes. $srcdir/test-subr.sh
2003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
2103333823c75a1c1887e923828113a1b0fd12020cElliott Hughestestfiles testfile10
2203333823c75a1c1887e923828113a1b0fd12020cElliott Hughestempfiles testfile10.tmp
2303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
2403333823c75a1c1887e923828113a1b0fd12020cElliott Hughestestrun ${abs_builddir}/ecp testfile10 testfile10.tmp
2503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
2603333823c75a1c1887e923828113a1b0fd12020cElliott Hughescmp testfile10 testfile10.tmp
2703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
2803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesexit 0
29