]> Git Repo - binutils.git/blobdiff - gdb/testsuite/gdb.base/info-macros.exp
* info-macros.exp: Pass "debug" to prepare_for_testing.
[binutils.git] / gdb / testsuite / gdb.base / info-macros.exp
index d175e9fb460a60fce60b13aeb50ca61fe343005b..9d785816f6b4998a5b567d00837aa19efbc06146 100644 (file)
 set testfile "info-macros"
 set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}
+
 get_compiler_info ${binfile}
-if [test_compiler_info gcc*] {
-    lappend options additional_flags=-g3
-} else {
+if ![test_compiler_info gcc*] {
   untested ${testfile}.exp
   return -1
 }
 
+set options "debug additional_flags=-g3"
+
 if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} $options] } {
     untested ${testfile}.exp
     return -1
This page took 0.026019 seconds and 4 git commands to generate.