diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-02-25 18:50:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-02-25 18:50:45 +0000 |
commit | 01cec5c8e7efaa10983a6edcacdcf029acaa4e43 (patch) | |
tree | 13546f47f017799e2fba65bfd268797f4e7482b6 /gdb | |
parent | 539a840f7b25da6a3dd149b798a933b7ebe5a37c (diff) | |
download | gdb-01cec5c8e7efaa10983a6edcacdcf029acaa4e43.zip gdb-01cec5c8e7efaa10983a6edcacdcf029acaa4e43.tar.gz gdb-01cec5c8e7efaa10983a6edcacdcf029acaa4e43.tar.bz2 |
* Redid configuration scheme. Removed gdb.t*/configure.in.
Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
distclean targets. Built executables via .o files. Adjusted
tests to account for source files in $(srcdir) rather than
$(objdir).
* lib/gdb.exp (runto): Don't expect () after the function name,
because it may have arguments.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 | ||||
-rw-r--r-- | gdb/testsuite/config/unix-gdb.exp | 13 | ||||
-rw-r--r-- | gdb/testsuite/configure.in | 4 |
3 files changed, 13 insertions, 15 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2b96a53..6c5bfbb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com) + + * Redid configuration scheme. Removed gdb.t*/configure.in. + Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX + instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and + distclean targets. Built executables via .o files. Adjusted + tests to account for source files in $(srcdir) rather than + $(objdir). + * lib/gdb.exp (runto): Don't expect () after the function name, + because it may have arguments. + Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com) * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp, diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 795914b..e59c97b 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -88,19 +88,6 @@ proc gdb_load { arg } { set loadfile [file tail $arg] set loadpath [file dirname $arg] - send "directory\n" - expect { - -re "Reinitialize source path to empty\? \(y or n\) $"\ - { send "y\n" - expect { - -re "$prompt $" {} - timeout { fail "(timeout) reset directory path" ; return } - } - } - timeout { fail "(timeout) reset directory path" ; return } - } - send "directory $loadpath\n" - expect -re "$prompt $" {} send "file $arg\n" expect { -re "Reading symbols from.*done.*$prompt $"\ diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index 7f9e209..9839a5d 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -6,9 +6,9 @@ srctrigger="gdb.t00" srcname="DejaGnu" -configdirs="gdb.t00 gdb.t01 gdb.t02 gdb.t03 gdb.t04 gdb.t05 gdb.t06 \ +subdirs="gdb.t00 gdb.t01 gdb.t02 gdb.t03 gdb.t04 gdb.t05 gdb.t06 \ gdb.t07 gdb.t08 gdb.t09 gdb.t10 gdb.t11 gdb.t12 gdb.t13 gdb.t15 \ - gdb.t16 gdb.t20 gdb.t21 gdb.t22 gddb.t23 gdb.t30 gdb.t31" + gdb.t16 gdb.t20 gdb.t21 gdb.t22 gdb.t23 gdb.t30 gdb.t31" # per-host: |