cryptol/tests
2018-07-20 10:04:11 -07:00
..
issues Fix capitalization of MiniLock in test 2018-07-20 10:04:11 -07:00
modsys Rename type synonyms properly. 2017-12-01 10:29:42 -08:00
mono-binds Improvements to naming of variables. 2018-06-28 15:58:11 -07:00
parser Improve various defaulting/instantiatiation warnings and error messages. 2018-06-25 16:48:10 -07:00
regression Tweak names and order of type variables on Cryptol prelude functions. 2018-06-28 14:14:44 -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