summaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2004-08-17 16:33:28 +0000
committerMichael Chastain <mec@google.com>2004-08-17 16:33:28 +0000
commit89a237cb65fe5a517e8c88fcc274c70c2db4b27c (patch)
treeba6f70de91c3792bf122c13c84416f37e48e400e /gdb/testsuite/lib
parent10ca0e95433b6f43524569a77d6d6e30993a937d (diff)
downloadbinutils-gdb-89a237cb65fe5a517e8c88fcc274c70c2db4b27c.tar.gz
2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
* configure.in: Add gdb.fortran. * configure: Regenerate. * gdb.fortran/Makefile.in: New file. * lib/gdb.exp (skip_fortran_tests): New procedure.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/gdb.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 22893ddeec9..942e13599cb 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -1121,6 +1121,12 @@ proc skip_cplus_tests {} {
return 0
}
+# Return a 1 if I don't even want to try to test FORTRAN.
+
+proc skip_fortran_tests {} {
+ return 0
+}
+
# Skip all the tests in the file if you are not on an hppa running
# hpux target.