Skip to content

Commit 1edf4e3

Browse files
committed
Revert "Add --no-standard-checks to regression/cbmc-incr runner scripts"
This reverts commit 014a33c.
1 parent ad973d2 commit 1edf4e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression/cbmc-incr/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
add_test_pl_tests(
2-
"perl ../timeout.pl 30 $<TARGET_FILE:cbmc> --no-standard-checks --incremental --magic-numbers"
2+
"perl ../timeout.pl 30 $<TARGET_FILE:cbmc> --incremental --magic-numbers"
33
)

regression/cbmc-incr/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
default: tests.log
22

3-
PARAM = --incremental --magic-numbers --no-standard-checks
3+
PARAM = --incremental --magic-numbers
44
# --refine --slice-formula
55

66
test:

0 commit comments

Comments
 (0)