cryptol/tests
2018-06-20 15:09:01 -07:00
..
issues Fix output for tests/issues/T146.icry to reflect changes in unification. 2018-06-20 15:09:01 -07:00
modsys Rename type synonyms properly. 2017-12-01 10:29:42 -08:00
mono-binds Improved locations for defaulting warnings. 2018-06-19 17:28:59 -07:00
parser Improved locations for defaulting warnings. 2018-06-19 17:28:59 -07:00
regression Improved locations for defaulting warnings. 2018-06-19 17:28:59 -07: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 Fix build 2018-04-03 09:55:31 -07:00
Main.hs Fix build 2018-04-03 09:55:31 -07: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