-
Notifications
You must be signed in to change notification settings - Fork 2
Implement self-contained test #25
Comments
The first part of this was implemented in 1c57ba7 |
Furthermore we need to make sure that the github CI requires these tests to pass for all cryptol-verifier PRs. |
I extended the test program to load, translate, and typecheck the Cryptol prelude (
|
Whoops. Looks like |
#30 has a fix for this now, using a new function |
Other tests I think we need before we can close this ticket:
|
To the second point, is this might be what you want: |
Yes, that looks perfect for testing superclass relationships. I should add a similar file with a definition for each class instance rule as well. |
This is another step toward addressing #25.
Implemented in #30. |
The cryptol-verifier package needs to have some self-contained tests that can be run independently from saw-script. They should include:
Cryptol.sawcore
The text was updated successfully, but these errors were encountered: