diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/callch.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/callch.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/callch.exp b/gdb/testsuite/gdb.chill/callch.exp index 610af19..3f4541b 100644 --- a/gdb/testsuite/gdb.chill/callch.exp +++ b/gdb/testsuite/gdb.chill/callch.exp @@ -61,6 +61,8 @@ proc do_tests {} { set binfile "callch.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 { |