diff options
author | Pierre Muller <muller@sourceware.org> | 2008-01-31 14:46:21 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2008-01-31 14:46:21 +0000 |
commit | a7fa0dedad7e94f3b9691c71c11860c124c24fcc (patch) | |
tree | b0f66e8cb521cc672f2d0001c0e07f04f26f82d7 /gdb/testsuite/gdb.pascal | |
parent | 5e1a19265cd8c00d6746a0f0df2d38e81a4237f2 (diff) | |
download | gdb-a7fa0dedad7e94f3b9691c71c11860c124c24fcc.zip gdb-a7fa0dedad7e94f3b9691c71c11860c124c24fcc.tar.gz gdb-a7fa0dedad7e94f3b9691c71c11860c124c24fcc.tar.bz2 |
* gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
Diffstat (limited to 'gdb/testsuite/gdb.pascal')
-rw-r--r-- | gdb/testsuite/gdb.pascal/hello.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.pascal/hello.exp b/gdb/testsuite/gdb.pascal/hello.exp index 776cb87..c2dd0ae 100644 --- a/gdb/testsuite/gdb.pascal/hello.exp +++ b/gdb/testsuite/gdb.pascal/hello.exp @@ -21,7 +21,7 @@ load_lib "pascal.exp" set testfile "hello" set srcfile ${testfile}.pas -set binfile ${objdir}/${subdir}/${testfile} +set binfile ${objdir}/${subdir}/${testfile}${EXEEXT} if {[gdb_compile_pascal "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != "" } { return -1 |