summaryrefslogtreecommitdiff
path: root/gdb/testsuite/Makefile.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-03-17 19:33:19 +0000
committerFred Fish <fnf@specifix.com>1993-03-17 19:33:19 +0000
commitbc80300747a954f8e3aed01426439ad4e371a5f7 (patch)
treea16a67203dde765a6e59309c9f2e56daf930dacd /gdb/testsuite/Makefile.in
parent2d8d693ab7f2089f39ae3aa18ac587e3f33e2597 (diff)
downloadbinutils-gdb-bc80300747a954f8e3aed01426439ad4e371a5f7.tar.gz
* gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
files to test gdb's calling of functions in the inferior with the correct arguments and gdb's ability to retrieve any result returned.
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r--gdb/testsuite/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index 8822b655985..2d1a76f66da 100644
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -87,7 +87,7 @@ EXPECT = `if [ -f $${rootme}../../expect/expect ] ; \
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 gdb.t23 gdb.t30 gdb.t31
+ gdb.t16 gdb.t17 gdb.t20 gdb.t21 gdb.t22 gdb.t23 gdb.t30 gdb.t31
#### host, target, and site specific Makefile frags come in here.