File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- Require Import preloaded .
1
+ Require Import Preloaded .
2
2
3
3
Lemma solution : 1 + 1 = 3.
4
4
Proof . firstorder using test_axiom. Qed .
Original file line number Diff line number Diff line change 1
- Require solution .
2
- Require Import preloaded .
1
+ Require Solution .
2
+ Require Import Preloaded .
3
3
From CW Require Import Loader.
4
4
5
- CWGroup "Tests for solution .solution".
5
+ CWGroup "Tests for Solution .solution".
6
6
CWTestCase "Type test".
7
- Fail CWAssert "Should fail" solution .solution : (1 + 1 = 2).
8
- CWAssert solution .solution : (1 + 1 = 3).
7
+ Fail CWAssert "Should fail" Solution .solution : (1 + 1 = 2).
8
+ CWAssert Solution .solution : (1 + 1 = 3).
9
9
CWTestCase "Assumptions test".
10
- CWAssert "Testing solution" solution .solution Assumes test_axiom.
10
+ CWAssert "Testing solution" Solution .solution Assumes test_axiom.
11
11
CWEndGroup.
12
12
13
- Definition solution_test := solution .solution.
13
+ Definition solution_test := Solution .solution.
14
14
15
15
CWGroup "Another test
16
16
with line breaks".
Original file line number Diff line number Diff line change 1
- coqc preloaded .v
2
- coqc solution .v
3
- coqc -I ../src -Q ../theories CW test .v
1
+ coqc Preloaded .v
2
+ coqc Solution .v
3
+ coqc -I ../src -Q ../theories CW SolutionTest .v
You can’t perform that action at this time.
0 commit comments