Skip to content

Commit 1d791d2

Browse files
committed
Add --no-standard-checks to regression/cbmc-with-incr runner scripts
1 parent 8b54e10 commit 1d791d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
add_test_pl_tests(
2-
"$<TARGET_FILE:cbmc> --incremental"
2+
"$<TARGET_FILE:cbmc> --no-standard-checks --incremental"
33
)

regression/cbmc-with-incr/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
default: tests.log
22

33
test:
4-
@../test.pl -c "../../../src/cbmc/cbmc --incremental"
4+
@../test.pl -c "../../../src/cbmc/cbmc --no-standard-checks --incremental"
55

66
tests.log: ../test.pl
7-
@../test.pl -c "../../../src/cbmc/cbmc --incremental"
7+
@../test.pl -c "../../../src/cbmc/cbmc --no-standard-checks --incremental"
88

99
clean:
1010
@$(RM) *.log

0 commit comments

Comments
 (0)