aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/configure.ac
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-01-23 17:11:55 +0000
committerDaniel Jacobowitz <drow@false.org>2007-01-23 17:11:55 +0000
commite515b470281c9dab5de4e7eace22200a577dbf55 (patch)
tree3a376e92fc44666d7bfdbcdffcfcd0fc743e841c /gdb/testsuite/configure.ac
parent723cda25827919370128f30e71a2b01450b4a522 (diff)
downloadgdb-e515b470281c9dab5de4e7eace22200a577dbf55.zip
gdb-e515b470281c9dab5de4e7eace22200a577dbf55.tar.gz
gdb-e515b470281c9dab5de4e7eace22200a577dbf55.tar.bz2
* Makefile.in (ALL_SUBDIRS): Add gdb.xml.
* configure: Regenerated. * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile. * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp, gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files. * lib/gdb.exp (gdb_skip_xml_test): New function.
Diffstat (limited to 'gdb/testsuite/configure.ac')
-rw-r--r--gdb/testsuite/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac
index 15369d3..4f68b8f 100644
--- a/gdb/testsuite/configure.ac
+++ b/gdb/testsuite/configure.ac
@@ -116,4 +116,5 @@ AC_OUTPUT([Makefile \
gdb.cp/Makefile gdb.disasm/Makefile gdb.dwarf2/Makefile \
gdb.fortran/Makefile gdb.server/Makefile \
gdb.java/Makefile gdb.mi/Makefile \
- gdb.objc/Makefile gdb.threads/Makefile gdb.trace/Makefile])
+ gdb.objc/Makefile gdb.threads/Makefile gdb.trace/Makefile \
+ gdb.xml/Makefile])