File tree Expand file tree Collapse file tree 3 files changed +13
-370
lines changed Expand file tree Collapse file tree 3 files changed +13
-370
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,10 +14,15 @@ tests:
14
14
$(SHOW) 'COQC LibHyps/LibHypsRegression.v'
15
15
$(HIDE)$(TIMER) $(COQC) $(COQDEBUG) $(TIMING_ARG) $(COQFLAGS) -async-proofs-cache force -w -undo-batch-mode $(COQLIBS) ./LibHyps/LibHypsRegression.v $(TIMING_EXTRA)
16
16
@echo " ==> regression tests passed."
17
+ @echo -n building demo file...
18
+ $(SHOW) 'COQC Demo/demo.v > /dev/null'
19
+ $(HIDE)$(TIMER) $(COQC) $(COQDEBUG) $(TIMING_ARG) $(COQFLAGS) -async-proofs-cache force -w -undo-batch-mode $(COQLIBS) ./Demo/demo.v $(TIMING_EXTRA) > /dev/null
20
+ @echo " ==> regression tests passed."
17
21
18
22
cleantests:
19
- rm -f LibHyps/LibHypsRegression.vo LibHyps/LibHypsRegression.vo LibHyps/LibHypsRegression.vok LibHyps/LibHypsRegression.vos LibHyps/LibHypsRegression.glob
20
- rm -f LibHyps/LibHypsRegression.vo LibHyps/LibHypsTest.vo LibHyps/LibHypsTest.vok LibHyps/LibHypsTest.vos LibHyps/LibHypsTest.glob
23
+ rm -f LibHyps/LibHypsRegression.vo LibHyps/LibHypsRegression.vok LibHyps/LibHypsRegression.vos LibHyps/LibHypsRegression.glob
24
+ rm -f LibHyps/LibHypsTest.vo LibHyps/LibHypsTest.vok LibHyps/LibHypsTest.vos LibHyps/LibHypsTest.glob
25
+ rm -f Demo/*.vo Demo/*.vok Demo/*.vos Demo/*.glob
21
26
22
27
### Local Variables: ***
23
28
### mode: makefile ***
Original file line number Diff line number Diff line change @@ -30,7 +30,12 @@ make install
30
30
``` coq
31
31
Require Import LibHyps.LibHyps.
32
32
```
33
- Demo file [ LibHypsDemo.v] ( https://github.com/Matafou/LibHyps/blob/master/LibHyps/LibHypsDemo.v ) .
33
+
34
+ Demo files [ demo.v] ( https://github.com/Matafou/LibHyps/blob/master/LibHyps/Demo/demo.v ) .
35
+
36
+ ## Documentation
37
+
38
+ Demo file [ demo.v] ( https://github.com/Matafou/LibHyps/blob/master/LibHyps/Demo/demo.v ) acts as a documentation.
34
39
35
40
# Short description:
36
41
You can’t perform that action at this time.
0 commit comments