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 8b54e10 commit 1d791d2Copy full SHA for 1d791d2
regression/cbmc-with-incr/CMakeLists.txt
@@ -1,3 +1,3 @@
1
add_test_pl_tests(
2
- "$<TARGET_FILE:cbmc> --incremental"
+ "$<TARGET_FILE:cbmc> --no-standard-checks --incremental"
3
)
regression/cbmc-with-incr/Makefile
@@ -1,10 +1,10 @@
default: tests.log
test:
4
- @../test.pl -c "../../../src/cbmc/cbmc --incremental"
+ @../test.pl -c "../../../src/cbmc/cbmc --no-standard-checks --incremental"
5
6
tests.log: ../test.pl
7
8
9
clean:
10
@$(RM) *.log
0 commit comments