aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/dot_all.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.ada/dot_all.exp')
-rw-r--r--gdb/testsuite/gdb.ada/dot_all.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.ada/dot_all.exp b/gdb/testsuite/gdb.ada/dot_all.exp
index 45507f2..9808b72 100644
--- a/gdb/testsuite/gdb.ada/dot_all.exp
+++ b/gdb/testsuite/gdb.ada/dot_all.exp
@@ -15,6 +15,8 @@
load_lib "ada.exp"
+if { [skip_ada_tests] } { return -1 }
+
standard_ada_testfile foo
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" } {