Initial pass at Go language support.
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / gdb.exp
index ccf5e987dfb7bc8ff304c45006598728d641e70b..83faf5970bd4a0e155dad71a34980f7be5e6d5e9 100644 (file)
@@ -1440,6 +1440,12 @@ proc skip_ada_tests {} {
     return 0
 }
 
+# Return a 1 if I don't even want to try to test GO.
+
+proc skip_go_tests {} {
+    return 0
+}
+
 # Return a 1 if I don't even want to try to test java.
 
 proc skip_java_tests {} {
This page took 0.027673 seconds and 4 git commands to generate.