cryptol/tests
Ryan Scott 97e972b025
Merge pull request #1695 from GaloisInc/issue1593-issue1693
Abort early after type-checking malformed constraint guards
2024-07-03 12:41:23 -04:00
..
constraint-guards Check for syntactically invalid constraint guards in the parser (#1686) 2024-07-01 07:13:36 -04:00
enum Implement sanity checking for case 2024-01-31 12:01:52 -08:00
examples Update test with new naming convention 2022-07-26 13:23:59 +03:00
ffi Update mingw test 2024-06-02 04:20:31 -07:00
issues Merge pull request #1695 from GaloisInc/issue1593-issue1693 2024-07-03 12:41:23 -04:00
modsys Update .stdout.mingw32 and .stdout.darwin files 2024-02-01 20:39:51 -05:00
mono-binds Fix more tests 2023-03-28 14:32:00 -07:00
parser Update docs.cry test to show preserved doctests 2024-06-03 10:09:40 -07:00
regression More test fixes 2024-06-02 07:13:27 -07:00
renamer Remove leading ./ from file names in test output 2019-10-28 13:57:37 -07:00
suiteb Add ECDSA signature verification tests 2020-09-29 22:00:14 -07:00
.gitignore Support FFI on Windows 2022-09-24 11:21:03 -04:00
cryptol-test-runner.cabal Require version 0.3 of test-lib 2021-04-22 09:08:19 -07:00
Main.hs Use the factored-out test-runner. 2018-12-11 16:30:02 -08: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