diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-pthreads.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-pthreads.exp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-pthreads.exp b/gdb/testsuite/gdb.mi/mi-pthreads.exp index 458d3fb..d30e0f2 100644 --- a/gdb/testsuite/gdb.mi/mi-pthreads.exp +++ b/gdb/testsuite/gdb.mi/mi-pthreads.exp @@ -61,11 +61,9 @@ proc check_mi_thread_command_set {} { # # Start here # -set testfile "pthreads" -set srcfile "$testfile.c" -set binfile "$objdir/$subdir/mi-$testfile" +standard_testfile pthreads.c -set options [list debug incdir=$objdir] +set options [list debug] if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } { return -1 } |