diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/string.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/string.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/string.exp b/gdb/testsuite/gdb.chill/string.exp index daf6ff9..2c5ed5a 100644 --- a/gdb/testsuite/gdb.chill/string.exp +++ b/gdb/testsuite/gdb.chill/string.exp @@ -55,6 +55,8 @@ proc do_tests {} { set binfile "string.exe" set srcfile $binfile.ch +if [skip_chill_tests] then { continue } + if ![file exists $objdir/$subdir/$binfile] then { warning "$binfile does not exist; tests suppressed." } else { |