Tighten --objdir option test
[dejagnu.git] / config / default.exp
blob1492961a498beae41624630d9f54611692588a5a
1 # Copyright (C) 1992-2016 Free Software Foundation, Inc.
3 # This file is part of DejaGnu.
5 # DejaGnu is free software; you can redistribute it and/or modify it
6 # 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.
10 # DejaGnu is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with DejaGnu; if not, write to the Free Software Foundation,
17 # Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
19 # This file was written by Rob Savoye <rob@welcomehome.org>.
21 proc ${tool}_version { } {
22 verbose "WARNING: Using the default proc for tool_version" 2
25 proc ${tool}_exit {} {
26 verbose "WARNING: Using the default proc for tool_exit" 2
29 proc ${tool}_start { } {
30 global spawn_id
32 verbose "WARNING: Using the default proc for tool_start" 2
33 return $spawn_id