Skip to content

Commit

Permalink
Enabling k-induction on the test suite just to see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed Oct 22, 2023
1 parent 5c4b04d commit a6cb9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/SiliconTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ class SiliconTests extends SilSuite {
}

val commandLineArguments: Seq[String] =
Seq("--timeout", "600" /* seconds */)
Seq("--timeout", "600" /* seconds */, "--enableMoreCompleteExhale", "--enableKInduction=1")
}

0 comments on commit a6cb9c0

Please sign in to comment.