* libltdl/m4/libtool.m4 (_LT_PROG_FC): Report FC=no if the FC
[libtool.git] / tests / pdemo-exec.test
blobd051ff91a53a25f16ba291cdc3cb2b5471da43b7
1 #! /bin/sh
2 # pdemo-exec.test - check that programs in the pdemo subdirectory are viable
4 # Copyright (C) 2003, 2004 Free Software Foundation, Inc.
5 # Written by Gary V. Vaughan, 2003
7 # This file is part of GNU Libtool.
9 # GNU Libtool is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU General Public License as
11 # published by the Free Software Foundation; either version 2 of
12 # the License, or (at your option) any later version.
14 # GNU Libtool is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 # GNU General Public License for more details.
19 # You should have received a copy of the GNU General Public License
20 # along with GNU Libtool; see the file COPYING. If not, a copy
21 # can be downloaded from http://www.gnu.org/licenses/gpl.html,
22 # or obtained by writing to the Free Software Foundation, Inc.,
23 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
24 ####
26 . tests/defs || exit 1
28 func_require "pdemo-make" "tests/pdemo/hell$EXEEXT"
30 func_rmprefixdir
31 func_exec_init "uninstalled"
32 func_exec "tests/pdemo/hell_static$EXEEXT" 'Welcome to GNU Hell'
33 func_exec "tests/pdemo/hell$EXEEXT" 'Welcome to GNU Hell'
34 func_exec "tests/pdemo/helldl$EXEEXT" '(Welcome to .*GNU Hell|unsupported)'
36 exit $exec_status