From 3f0f6ed2e85d073d184924153c173baf7d420a6a Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 24 Feb 2005 23:54:03 +0000 Subject: * gdb.ada/fixed_points.exp: Create compilation object directory before running the test. * gdb.ada/null_record.exp: Likewise. * gdb.ada/packed_array.exp: Likewise. * gdb.ada/start.exp: Likewise. --- gdb/testsuite/gdb.ada/fixed_points.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/testsuite/gdb.ada/fixed_points.exp') diff --git a/gdb/testsuite/gdb.ada/fixed_points.exp b/gdb/testsuite/gdb.ada/fixed_points.exp index db47bd3..7a4d2fb 100644 --- a/gdb/testsuite/gdb.ada/fixed_points.exp +++ b/gdb/testsuite/gdb.ada/fixed_points.exp @@ -26,6 +26,7 @@ set testfile "${testdir}/fixed_points" set srcfile ${srcdir}/${subdir}/${testfile}.adb set binfile ${objdir}/${subdir}/${testfile} +file mkdir ${objdir}/${subdir}/${testdir} if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" } { return -1 } -- cgit v1.1