Skip to content
Snippets Groups Projects
Commit fe8e1a11 authored by Nicolas Voirol's avatar Nicolas Voirol
Browse files

Termination regression more reliable with smtlib solvers

parent 80de0174
Branches
Tags
No related merge requests found
...@@ -66,7 +66,7 @@ class TerminationSuite extends LeonRegressionSuite { ...@@ -66,7 +66,7 @@ class TerminationSuite extends LeonRegressionSuite {
private def forEachFileIn(files: Iterable[File], forError: Boolean = false)(block : Output=>Unit) { private def forEachFileIn(files: Iterable[File], forError: Boolean = false)(block : Output=>Unit) {
for(f <- files) { for(f <- files) {
mkTest(f, Seq(), forError)(block) mkTest(f, Seq("--solvers=smt-z3"), forError)(block)
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment