cryptol/tests
Brian Huffman 2af6893724 Update expected test outputs with unfolded private type synonyms.
This behavior was intentionally changed by the fix for #485.
2020-09-23 10:32:20 -07:00
..
examples Add a quick-test mode to the cry shell script. 2020-09-21 14:54:29 -07:00
issues Update expected test outputs with unfolded private type synonyms. 2020-09-23 10:32:20 -07:00
modsys Make :m work the same way as :l 2020-07-07 15:34:03 -07:00
mono-binds Suppress the Must be at least line of defaulting error 2020-07-14 10:32:57 -07:00
parser Change the default so that defaulting warnings are suppressed. 2020-07-02 14:56:27 -07:00
regression Update expected test outputs with unfolded private type synonyms. 2020-09-23 10:32:20 -07:00
renamer Remove leading ./ from file names in test output 2019-10-28 13:57:37 -07:00
suiteb Move the AES test vectors into a new suiteb test directory, 2020-09-21 14:54:29 -07:00
.gitignore Initial import from internal repo 2014-04-17 15:34:25 -07:00
cryptol-test-runner.cabal Update cryptol-test-runner maintainer and license 2019-12-23 18:18:54 -08: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