* gdb.ada/fixed_points.exp: Create compilation object directory
authorJoel Brobecker <brobecker@gnat.com>
Thu, 24 Feb 2005 23:54:03 +0000 (23:54 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 24 Feb 2005 23:54:03 +0000 (23:54 +0000)
        before running the test.
        * gdb.ada/null_record.exp: Likewise.
        * gdb.ada/packed_array.exp: Likewise.
        * gdb.ada/start.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/fixed_points.exp
gdb/testsuite/gdb.ada/null_record.exp
gdb/testsuite/gdb.ada/packed_array.exp
gdb/testsuite/gdb.ada/start.exp

index 567558b..f0a278e 100644 (file)
@@ -1,3 +1,11 @@
+2004-02-24  Joel Brobecker  <brobecker@adacore.com>
+
+       * 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.
+
 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.ada/packed_array/pa.adb: New file.
index db47bd3..7a4d2fb 100644 (file)
@@ -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
 }
index 1989d0b..c3cbd93 100644 (file)
@@ -26,6 +26,7 @@ set testfile "${testdir}/null_record"
 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
 }
index 6192470..aa75450 100644 (file)
@@ -26,6 +26,7 @@ set testfile "${testdir}/pa"
 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
 }
index 31c3ea1..f91e872 100644 (file)
@@ -26,6 +26,7 @@ set testfile "${testdir}/dummy"
 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
 }