cryptol/tests
Iavor Diatchki d52c5f5938 Merge remote-tracking branch 'origin/master' into abstract-types
# Conflicts:
#	src/Cryptol/Parser/ParserUtils.hs
2017-10-20 14:07:47 -07:00
..
issues Add test case for issue #474. 2017-10-20 11:09:51 -07:00
modsys Add some tests. 2017-10-18 14:33:41 -07:00
mono-binds Merge branch 'master' into integer 2017-09-28 13:18:27 -07:00
parser Remove implicit Bit type signature on rhs of property declarations. 2017-10-04 15:26:17 -07:00
regression Change how test coverage statistics are computed. 2017-10-03 17:37:48 -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 use base-compat to remove much CPP 2015-10-08 16:54:08 -07:00
Main.hs Name is cryptol nowadays 2017-10-16 14:05:17 -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