Copyright updates for 2007.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / twice.exp
index b29f6c78342455dced55f2bc0e9b4e96fec2af42..d01fe6893f8a4f6ab42c365e8139fb14b579f26d 100644 (file)
@@ -1,3 +1,22 @@
+#   Copyright 1997, 1999, 2007 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
+
+# Please email any bugs, comments, and/or additions to this file to:
+# bug-gdb@prep.ai.mit.edu
+
 if $tracelevel then {
        strace $tracelevel
 }
@@ -6,13 +25,20 @@ set prms_id 0
 set bug_id 0
 
 set testfile twice-tmp
-set srcfile ${objdir}/${subdir}/${testfile}.c
+set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}
+set options debug
+lappend options "additional_flags=-I."
+
+set fileid [open ${objdir}/${subdir}/${srcfile} w];
+puts $fileid "#include \"twice.c\"";
+close $fileid;
+
+remote_download host ${srcdir}/${subdir}/twice.c twice.c
 
-execute_anywhere "echo #include \\\"twice.c\\\" > ${srcfile}"
-if  { [compile "${srcfile} -g  -I${srcdir}/${subdir} -o ${binfile}"] != "" } {
-    perror "Couldn't compile ${srcfile}"
-    return -1
+if  { [gdb_compile "${objdir}/${subdir}/${srcfile}" "${binfile}" executable $options] != "" } {
+     untested twice.exp
+     return -1
 }
 
 # Start with a fresh gdb.
@@ -35,4 +61,5 @@ if [runto_main] then {
 
     gdb_test "step" "nothing \\(\\) at.*"
 }
+remote_exec build "rm -f twice.c" 
 return 0
This page took 0.024923 seconds and 4 git commands to generate.