Skip to content

Commit ad973d2

Browse files
committed
Revert "Add --no-standard-checks to regression/cbmc-cpp runner scripts"
This reverts commit 622440c.
1 parent 8c862d1 commit ad973d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

regression/cbmc-cpp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ else()
55
endif()
66

77
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}
99
)

regression/cbmc-cpp/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ifeq ($(BUILD_ENV_),MSVC)
88
endif
99

1010
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)
1212

1313
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)
1515

1616
clean:
1717
find . -name '*.out' -execdir $(RM) '{}' \;

0 commit comments

Comments
 (0)