We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4435c12 commit 8b54e10Copy full SHA for 8b54e10
regression/cbmc-shadow-memory/CMakeLists.txt
@@ -1,3 +1,3 @@
1
add_test_pl_tests(
2
- "$<TARGET_FILE:cbmc>"
+ "$<TARGET_FILE:cbmc> --no-standard-checks"
3
)
regression/cbmc-shadow-memory/Makefile
@@ -1,13 +1,13 @@
default: tests.log
test:
4
- @../test.pl -p -c ../../../src/cbmc/cbmc -X smt-backend
+ @../test.pl -p -c "../../../src/cbmc/cbmc --no-standard-checks" -X smt-backend
5
6
test-cprover-smt2:
7
- @../test.pl -p -c "../../../src/cbmc/cbmc --cprover-smt2"
+ @../test.pl -p -c "../../../src/cbmc/cbmc --no-standard-checks --cprover-smt2"
8
9
tests.log: ../test.pl
10
11
12
show:
13
@for dir in *; do \
0 commit comments