1#! /bin/sh
2# @configure_input@
3# Wrapper around a non installed matheval to make it work as an installed one.
4
5# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
6# 2013 Free Software Foundation, Inc.
7#
8# This file is part of GNU libmatheval
9#
10# GNU libmatheval is free software: you can redistribute it and/or
11# modify it under the terms of the GNU General Public License as
12# published by the Free Software Foundation, either version 3 of the
13# License, or (at your option) any later version.
14#
15# GNU libmatheval is distributed in the hope that it will be useful, but
16# WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18# General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License
21# along with GNU libmatheval.  If not, see
22# <http://www.gnu.org/licenses/>.
23
24exec '@abs_top_builddir@/tests/matheval' ${1+"$@"}
25