aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/configure.in
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>1998-09-15 22:25:01 +0000
committerMichael Snyder <msnyder@vmware.com>1998-09-15 22:25:01 +0000
commit27001c664dddac8910b0a9ed55a94d6307e8a9e9 (patch)
tree0ed88d9748fa8918ad9c955c220635d04bbb3e50 /gdb/testsuite/configure.in
parentff8c385ab368ea27a54a5f5fb614b4580452cd02 (diff)
downloadgdb-27001c664dddac8910b0a9ed55a94d6307e8a9e9.zip
gdb-27001c664dddac8910b0a9ed55a94d6307e8a9e9.tar.gz
gdb-27001c664dddac8910b0a9ed55a94d6307e8a9e9.tar.bz2
Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* lib/<emc-support.exp trace-support.exp}: New files. * configure.in: add new test directory gdb.trace. * gdb.trace/{configure configure.in Makefile.in}: New files. * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files. * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files. * gdb.trace/{collection.c collection.exp tfind.exp }: New files. * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files. * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files. * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files. * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
Diffstat (limited to 'gdb/testsuite/configure.in')
-rw-r--r--gdb/testsuite/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in
index 4845263..a0f51da 100644
--- a/gdb/testsuite/configure.in
+++ b/gdb/testsuite/configure.in
@@ -13,7 +13,7 @@ AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
AC_CANONICAL_SYSTEM
# Directories to use in all configurations.
-configdirs="gdb.asm gdb.base gdb.c++ gdb.disasm gdb.chill gdb.threads"
+configdirs="gdb.asm gdb.base gdb.c++ gdb.disasm gdb.chill gdb.threads gdb.trace"
# Directories to use for a configuration which uses stabs.
stabsdirs="gdb.stabs"