diff options
Diffstat (limited to 'gdb/testsuite/lib/gdb.exp')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 22893dd..942e135 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. |