Skip to content

Commit

Permalink
Revert "Add --no-standard-checks to regression/cbmc-incr runner scripts"
Browse files Browse the repository at this point in the history
This reverts commit 014a33c.
  • Loading branch information
esteffin authored and Enrico Steffinlongo committed Dec 21, 2023
1 parent 241f12c commit d8f5136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regression/cbmc-incr/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
add_test_pl_tests(
"perl ../timeout.pl 30 $<TARGET_FILE:cbmc> --no-standard-checks --incremental --magic-numbers"
"perl ../timeout.pl 30 $<TARGET_FILE:cbmc> --incremental --magic-numbers"
)
2 changes: 1 addition & 1 deletion regression/cbmc-incr/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default: tests.log

PARAM = --incremental --magic-numbers --no-standard-checks
PARAM = --incremental --magic-numbers
# --refine --slice-formula

test:
Expand Down

0 comments on commit d8f5136

Please sign in to comment.