cryptol/tests
2019-02-27 16:57:00 -08:00
..
issues Remove unused primitive fromThen. 2019-02-27 16:57:00 -08:00
modsys Fix test. 2019-01-25 10:20:40 -08:00
mono-binds Update changed test output. 2018-12-11 15:52:19 -08:00
parser Update changed test output. 2018-12-11 15:52:19 -08:00
regression Remove all uses of [x..] syntax from examples and tests. 2019-02-27 16:25:53 -08:00
renamer Update test output renamer errors 2016-05-27 18:50:27 -07:00
.gitignore Initial import from internal repo 2014-04-17 15:34:25 -07:00
cryptol-test-runner.cabal Use the factored-out test-runner. 2018-12-11 16:30:02 -08:00
Main.hs Use the factored-out test-runner. 2018-12-11 16:30:02 -08:00
README Add comment in README explaining how to run tests. 2016-03-04 09:05:47 -08:00

Test suites:

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

To manually run the test suite over all issues/* tests simply cabal build the
test suite runner then run:

./dist/build/cryptol-test-runner/cryptol-test-runner -c `which cryptol` ./issues/*.icry