* gdb.objc/basicclass.exp: Use standard_testfile.
authorTom Tromey <tromey@redhat.com>
Fri, 22 Jun 2012 17:15:22 +0000 (17:15 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 22 Jun 2012 17:15:22 +0000 (17:15 +0000)
(do_objc_tests): Don't declare objdir.
* gdb.objc/nondebug.exp: Use standard_testfile.
(do_objc_tests): Don't declare objdir.
* gdb.objc/objcdecode.exp: Use standard_testfile.
(do_objc_tests): Don't declare objdir.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.objc/basicclass.exp
gdb/testsuite/gdb.objc/nondebug.exp
gdb/testsuite/gdb.objc/objcdecode.exp

index 2bfe39b37655bdde13636950442ada48a9401371..e205c26a7791f5a1e54855d3104028bdd161681a 100644 (file)
@@ -1,3 +1,12 @@
+2012-06-22  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.objc/basicclass.exp: Use standard_testfile.
+       (do_objc_tests): Don't declare objdir.
+       * gdb.objc/nondebug.exp: Use standard_testfile.
+       (do_objc_tests): Don't declare objdir.
+       * gdb.objc/objcdecode.exp: Use standard_testfile.
+       (do_objc_tests): Don't declare objdir.
+
 2012-06-22  Tom Tromey  <tromey@redhat.com>
 
        * gdb.java/jmain.exp: Use standard_testfile.
index 6ebffb0a2ccf9b7ed2a38009ec32e4be27bdf3f8..befe620df340c5deb52149f15ba92ea8e38156dc 100644 (file)
@@ -15,9 +15,7 @@
 
 # This file was written by Adam Fedor (fedor@gnu.org)
 
-set testfile "basicclass"
-set srcfile ${testfile}.m
-set binfile ${objdir}/${subdir}/${testfile}
+standard_testfile .m
 
 #
 # Objective-C program compilation isn't standard. We need to figure out
@@ -73,7 +71,6 @@ proc deduce_language_of_main {} {
 
 proc do_objc_tests {} {
     global subdir
-    global objdir
     global srcdir
     global binfile
     global gdb_prompt
index ea775fc79a84a29987b121fcf5a9f877566bbfd9..bca897f7a3b2a784e945e0374f92ad77a56e9526 100644 (file)
@@ -17,9 +17,7 @@
 
 # This file was written by Adam Fedor (fedor@gnu.org)
 
-set testfile "nondebug"
-set srcfile ${testfile}.m
-set binfile ${objdir}/${subdir}/${testfile}
+standard_testfile .m
 
 #
 # Objective-C program compilation isn't standard. We need to figure out
@@ -31,7 +29,6 @@ if {[gdb_compile_objc "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [
 
 proc do_objc_tests {} {
     global subdir
-    global objdir
     global srcdir
     global binfile
     global gdb_prompt
index ba2085a7e876f3951600742dcbee71ced9a8660e..9a39de2810e75169615189bcb3a02b9578a387eb 100644 (file)
@@ -17,9 +17,7 @@
 
 # This file was written by Adam Fedor (fedor@gnu.org)
 
-set testfile "objcdecode"
-set srcfile ${testfile}.m
-set binfile ${objdir}/${subdir}/${testfile}
+standard_testfile .m
 
 #
 # Objective-C program compilation isn't standard. We need to figure out
@@ -31,7 +29,6 @@ if {[gdb_compile_objc "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [
 
 proc do_objc_tests {} {
     global subdir
-    global objdir
     global srcdir
     global binfile
     global gdb_prompt