Skip to content

Commit

Permalink
Add --no-standard-checks to regression/goto-instrument test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
NlightNFotis committed Dec 6, 2023
1 parent 2d7a5ee commit 54bfd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression/goto-instrument/chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ elif echo $args | grep -q -- "--dump-c" ; then
rm "${target}-mod.c"
fi
$goto_instrument --show-goto-functions "${target}-mod.gb"
$cbmc "${target}-mod.gb"
$cbmc --no-standard-checks "${target}-mod.gb"

0 comments on commit 54bfd4f

Please sign in to comment.