cryptol/tests
2018-06-28 14:13:07 -07:00
..
issues Swap type argument order for zext and sext. 2018-06-28 10:40:37 -07:00
modsys Rename type synonyms properly. 2017-12-01 10:29:42 -08:00
mono-binds Complain when we spot invalid literals. Fixes #519 2018-06-28 14:13:07 -07:00
parser Improve various defaulting/instantiatiation warnings and error messages. 2018-06-25 16:48:10 -07:00
regression Improve various defaulting/instantiatiation warnings and error messages. 2018-06-25 16:48:10 -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 Use the full path when suggesting the fix for the test. Fixes #509 2018-06-20 16:55:49 -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