cryptol/tests
Adam C. Foltzer 9346db2d0c Bind sat/prove results to a single type for both unsat and sat, use more record fields
See #66 for more discussion. Basically we don't want the type of `it` to be different for unsat or sat results, so we put undefined values in there instead. Also, instead of using tuples and different field names to distinguish formula arguments of various arities, we use a convention of fields `arg1`, `arg2`, ...
2014-08-21 15:02:35 -07:00
..
issues Bind sat/prove results to a single type for both unsat and sat, use more record fields 2014-08-21 15:02:35 -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.