mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-23 22:27:25 +03:00
02dfc4a898
Previously, "include" used locale-dependent decoding of source files, while the rest of Cryptol uses UTF8. This change makes "include" consistent with the rest of Cryptol, and adds a test that checks for malformed UTF8. |
||
---|---|---|
.. | ||
issues | ||
modsys | ||
mono-binds | ||
parser | ||
regression | ||
renamer | ||
.gitignore | ||
cryptol-test-runner.cabal | ||
Main.hs | ||
README |
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