Skip to content

Commit 8b54e10

Browse files
committed
Add --no-standard-checks to regression/cbmc-shadow-memory runner scripts
1 parent 4435c12 commit 8b54e10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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>"
2+
"$<TARGET_FILE:cbmc> --no-standard-checks"
33
)

regression/cbmc-shadow-memory/Makefile

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

33
test:
4-
@../test.pl -p -c ../../../src/cbmc/cbmc -X smt-backend
4+
@../test.pl -p -c "../../../src/cbmc/cbmc --no-standard-checks" -X smt-backend
55

66
test-cprover-smt2:
7-
@../test.pl -p -c "../../../src/cbmc/cbmc --cprover-smt2"
7+
@../test.pl -p -c "../../../src/cbmc/cbmc --no-standard-checks --cprover-smt2"
88

99
tests.log: ../test.pl
10-
@../test.pl -p -c ../../../src/cbmc/cbmc -X smt-backend
10+
@../test.pl -p -c "../../../src/cbmc/cbmc --no-standard-checks" -X smt-backend
1111

1212
show:
1313
@for dir in *; do \

0 commit comments

Comments
 (0)