cryptol/tests
Iavor Diatchki 0948f4940d Fix a test
2022-11-21 10:56:23 -08:00
..
constraint-guards Report an error if we find unsupported constraints 2022-09-13 13:53:46 +03:00
examples Fix more test output 2021-08-06 16:27:33 -07:00
ffi Support FFI on Windows 2022-09-24 11:21:03 -04:00
issues Fix test 2022-10-13 16:55:33 +03:00
modsys Fix a test 2022-11-21 10:56:23 -08:00
mono-binds Update test suite expected output to track changes 2021-08-06 14:18:12 -07:00
parser Change the default so that defaulting warnings are suppressed. 2020-07-02 14:56:27 -07:00
regression Fix test 2022-09-12 18:42:10 +03: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