Skip to content

Commit 55bf8a2

Browse files
committed
Temp test runner update
1 parent 654e78b commit 55bf8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression/cbmc/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ add_test_pl_profile(
3333
# If `-X` (exclude flag) is passed, test.pl will exclude the tests matching the label following it.
3434
add_test_pl_profile(
3535
"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"
36+
"$<TARGET_FILE:cbmc> --verbosity 10 --incremental-smt2-solver 'z3 --smt2 -in'"
37+
"${gcc_only_string}-s;new-smt-backend"
3838
"CORE"
3939
)
4040

0 commit comments

Comments
 (0)