diff options
author | Tom Tromey <tromey@redhat.com> | 2013-06-27 19:00:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-06-27 19:00:47 +0000 |
commit | 62cef5152a9ce7e5ddb906e4ea6bb4e70407f23b (patch) | |
tree | 1bc376a29f3833a00d6da755ec6aa46072eec0cf /gdb/testsuite/gdb.base/valgrind-db-attach.exp | |
parent | test suite update - gdb.base/s* (diff) | |
download | binutils-gdb-62cef5152a9ce7e5ddb906e4ea6bb4e70407f23b.tar.gz binutils-gdb-62cef5152a9ce7e5ddb906e4ea6bb4e70407f23b.tar.bz2 binutils-gdb-62cef5152a9ce7e5ddb906e4ea6bb4e70407f23b.zip |
test suite update - gdb.base/[t-z]
Convert files gdb.base/[t-z]*.exp to use standard_output_file et al.
* gdb.base/testenv.exp, gdb.base/tui-layout.exp,
gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
Use standard_testfile, standard_output_file, prepare_for_testing,
clean_restart.
Diffstat (limited to 'gdb/testsuite/gdb.base/valgrind-db-attach.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/valgrind-db-attach.exp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.base/valgrind-db-attach.exp b/gdb/testsuite/gdb.base/valgrind-db-attach.exp index b1e1ec62c69..56c6914f2df 100644 --- a/gdb/testsuite/gdb.base/valgrind-db-attach.exp +++ b/gdb/testsuite/gdb.base/valgrind-db-attach.exp @@ -18,11 +18,8 @@ if [is_remote target] { return 0 } -set test valgrind-db-attach -set srcfile $test.c -set executable $test -set binfile ${objdir}/${subdir}/${executable} -if {[build_executable $test.exp $executable $srcfile {debug}] == -1} { +standard_testfile .c +if {[build_executable $testfile.exp $testfile $srcfile {debug}] == -1} { return -1 } |