Skip to content
Snippets Groups Projects
Commit b8b66898 authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Use ground solver in tests

parent a9c3f4c2
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ class NewSolversRegression extends VerificationRegression {
}
if (isCVC4Available)
List(List("--solvers=smt-cvc4-cex,smt-cvc4-proof", "--feelinglucky", "--timeout=5"))
List(List("--solvers=smt-cvc4-cex,smt-cvc4-proof,ground", "--feelinglucky", "--timeout=5"))
else Nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment