File tree 2 files changed +3
-3
lines changed
regression/cbmc-sequentialization
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
if (NOT WIN32 )
2
2
add_test_pl_tests(
3
- "$<TARGET_FILE:cbmc> --validate-goto-model --validate-ssa-equation"
3
+ "$<TARGET_FILE:cbmc> --no-standard-checks -- validate-goto-model --validate-ssa-equation"
4
4
)
5
5
else ()
6
6
add_test_pl_tests(
7
- "$<TARGET_FILE:cbmc> --validate-goto-model --validate-ssa-equation"
7
+ "$<TARGET_FILE:cbmc> --no-standard-checks -- validate-goto-model --validate-ssa-equation"
8
8
-X requires_posix_only_headers
9
9
)
10
10
endif ()
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ POSIX_ONLY =
10
10
endif
11
11
12
12
test :
13
- @../test.pl -e -p -c " ../../../src/cbmc/cbmc --validate-goto-model --validate-ssa-equation" $(POSIX_ONLY )
13
+ @../test.pl -e -p -c " ../../../src/cbmc/cbmc --no-standard-checks -- validate-goto-model --validate-ssa-equation" $(POSIX_ONLY )
14
14
15
15
tests.log : ../test.pl test
16
16
You can’t perform that action at this time.
0 commit comments