Index: gdb/testsuite/gdb.cp/nsrecurs.exp |
diff --git a/gdb/testsuite/gdb.cp/nsrecurs.exp b/gdb/testsuite/gdb.cp/nsrecurs.exp |
index fa80eb4f32f6f7486d15c4ef62217d37288ea856..5ea4376e40589423cb147fb5b579dd1bea91f63c 100644 |
--- a/gdb/testsuite/gdb.cp/nsrecurs.exp |
+++ b/gdb/testsuite/gdb.cp/nsrecurs.exp |
@@ -13,32 +13,17 @@ |
# You should have received a copy of the GNU General Public License |
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
-if $tracelevel then { |
- strace $tracelevel |
-} |
+standard_testfile .cc |
-set testfile nsrecurs |
-set srcfile ${testfile}.cc |
-set binfile ${objdir}/${subdir}/${testfile} |
-if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" \ |
- "${binfile}" executable {debug c++}] != "" } { |
- untested "Couldn't compile test program" |
+if [get_compiler_info] { |
return -1 |
} |
-if [get_compiler_info ${binfile}] { |
+if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug c++}]} { |
return -1 |
} |
- |
-# Get things started. |
- |
-gdb_exit |
-gdb_start |
-gdb_reinitialize_dir $srcdir/$subdir |
-gdb_load ${binfile} |
- |
if ![runto_main] then { |
perror "couldn't run to breakpoint main" |
continue |