We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654e78b commit 55bf8a2Copy full SHA for 55bf8a2
regression/cbmc/CMakeLists.txt
@@ -33,8 +33,8 @@ add_test_pl_profile(
33
# If `-X` (exclude flag) is passed, test.pl will exclude the tests matching the label following it.
34
add_test_pl_profile(
35
"cbmc-new-smt-backend"
36
- "$<TARGET_FILE:cbmc> --incremental-smt2-solver 'z3 --smt2 -in'"
37
- "${gcc_only_string}-X;no-new-smt;-s;new-smt-backend"
+ "$<TARGET_FILE:cbmc> --verbosity 10 --incremental-smt2-solver 'z3 --smt2 -in'"
+ "${gcc_only_string}-s;new-smt-backend"
38
"CORE"
39
)
40
0 commit comments