cryptol/tests
Adam C. Foltzer b78062eafe bind it even when no counterexample/sat is available; add tests
Similar to what @weaversa requested in #66, we bind `it` to `False`
when we can't find a sat assignment, and `it` to `True` when we've
proved a theorem.

Also adds some simple tests for the sat/prove result binding, and let
binding at the repl.
2014-08-19 17:11:43 -07:00
..
issues bind it even when no counterexample/sat is available; add tests 2014-08-19 17:11:43 -07:00
parser Initial import from internal repo 2014-04-17 15:34:25 -07:00
regression Update regression tests for :prove and :sat output 2014-07-15 16:26:37 -07:00
renamer fix expected output for tests after fix in #10 2014-04-29 11:43:19 -07:00
.gitignore Initial import from internal repo 2014-04-17 15:34:25 -07:00
cryptol-test-runner.cabal Initial import from internal repo 2014-04-17 15:34:25 -07:00
Main.hs Initial import from internal repo 2014-04-17 15:34:25 -07:00
README Initial import from internal repo 2014-04-17 15:34:25 -07:00

Test suites:

regression: tests from Cryptol-1's regression test suite.
issues: tests related to issues in the bug tracker.