File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
endif ()
6
6
7
7
add_test_pl_tests(
8
- "$<TARGET_FILE:cbmc> --no-standard-checks -- validate-goto-model --validate-ssa-equation" ${gcc_only}
8
+ "$<TARGET_FILE:cbmc> --validate-goto-model --validate-ssa-equation" ${gcc_only}
9
9
)
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ ifeq ($(BUILD_ENV_),MSVC)
8
8
endif
9
9
10
10
test :
11
- @../test.pl -e -p -c " ../../../src/cbmc/cbmc --no-standard-checks -- validate-goto-model --validate-ssa-equation" $(excluded_tests )
11
+ @../test.pl -e -p -c " ../../../src/cbmc/cbmc --validate-goto-model --validate-ssa-equation" $(excluded_tests )
12
12
13
13
tests.log : ../test.pl
14
- @../test.pl -e -p -c " ../../../src/cbmc/cbmc --no-standard-checks -- validate-goto-model --validate-ssa-equation" $(excluded_tests )
14
+ @../test.pl -e -p -c " ../../../src/cbmc/cbmc --validate-goto-model --validate-ssa-equation" $(excluded_tests )
15
15
16
16
clean :
17
17
find . -name ' *.out' -execdir $(RM ) ' {}' \;
You can’t perform that action at this time.
0 commit comments