cryptol/tests
Brian Huffman ab000984d2 Remove redundant prelude functions not, extend, and extendSigned.
These were recently moved here from Cryptol::Extras. They are duplicates
of existing functions `complement`, `zext`, and `sext`.

See #427.
2018-05-24 14:41:09 -07:00
..
issues Remove redundant prelude functions not, extend, and extendSigned. 2018-05-24 14:41:09 -07:00
modsys Rename type synonyms properly. 2017-12-01 10:29:42 -08:00
mono-binds Remove redundant prelude functions not, extend, and extendSigned. 2018-05-24 14:41:09 -07:00
parser Remove obsolete cvs-era $Header$ keywords. 2018-03-22 13:33:12 -07:00
regression Refactor module system things; better loading of `A modules. 2017-10-23 15:12:12 -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