We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d094fc commit 3f4625cCopy full SHA for 3f4625c
regression/cbmc-cover/CMakeLists.txt
@@ -1,3 +1,3 @@
1
add_test_pl_tests(
2
- "$<TARGET_FILE:cbmc> --no-standard-checks"
+ "$<TARGET_FILE:cbmc>"
3
)
regression/cbmc-cover/Makefile
@@ -1,10 +1,10 @@
default: tests.log
test:
4
- @../test.pl -e -p -c "../../../src/cbmc/cbmc --no-standard-checks"
+ @../test.pl -e -p -c ../../../src/cbmc/cbmc
5
6
tests.log: ../test.pl
7
8
9
clean:
10
find . -name '*.out' -execdir $(RM) '{}' \;
0 commit comments