* lib/ada.exp (standard_ada_testfile): New proc.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.ada / interface.exp
index fd348385a6714ab42c45041ae2027f01fd5109f5..ede2f683e6a914e4c99182363d527b162c0f43e3 100644 (file)
 # 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
-}
-
 load_lib "ada.exp"
 
-set testdir "interface"
-set testfile "${testdir}/foo"
-set srcfile ${srcdir}/${subdir}/${testfile}.adb
-set binfile ${objdir}/${subdir}/${testfile}
+standard_ada_testfile foo
 
-file mkdir ${objdir}/${subdir}/${testdir}
 if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug additional_flags=-gnat05 ]] != "" } {
   return -1
 }
This page took 0.023578 seconds and 4 git commands to generate.