We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad973d2 commit 1edf4e3Copy full SHA for 1edf4e3
regression/cbmc-incr/CMakeLists.txt
@@ -1,3 +1,3 @@
1
add_test_pl_tests(
2
- "perl ../timeout.pl 30 $<TARGET_FILE:cbmc> --no-standard-checks --incremental --magic-numbers"
+ "perl ../timeout.pl 30 $<TARGET_FILE:cbmc> --incremental --magic-numbers"
3
)
regression/cbmc-incr/Makefile
@@ -1,6 +1,6 @@
default: tests.log
-PARAM = --incremental --magic-numbers --no-standard-checks
+PARAM = --incremental --magic-numbers
4
# --refine --slice-formula
5
6
test:
0 commit comments