* 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.
This commit is contained in:
parent
3d3cf61741
commit
3f0f6ed2e8
5 changed files with 12 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue