-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- read-only and no undo in report buffer - add a batch mode test for proof-check-proofs
- Loading branch information
1 parent
55fc8f0
commit 51679d5
Showing
4 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Proof check results for proof_stat.v | ||
|
||
3 opaque proofs recognized: 1 successful 2 FAILING | ||
|
||
FAIL a1_equal_4 | ||
OK b_equal_6 | ||
FAIL b2_equal_6 | ||
|
||
|
||
TAP version 13 | ||
1..3 | ||
not ok 1 - a1_equal_4 | ||
ok 2 - b_equal_6 | ||
not ok 3 - b2_equal_6 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters