Skip to content

Commit ac07e8d

Browse files
committed
Fixing demo link, and officializing the demo file as documentation.
1 parent 63d8de6 commit ac07e8d

File tree

3 files changed

+13
-370
lines changed

3 files changed

+13
-370
lines changed

LibHyps/LibHypsDemo.v

Lines changed: 0 additions & 367 deletions
This file was deleted.

Makefile.local

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ tests:
1414
$(SHOW) 'COQC LibHyps/LibHypsRegression.v'
1515
$(HIDE)$(TIMER) $(COQC) $(COQDEBUG) $(TIMING_ARG) $(COQFLAGS) -async-proofs-cache force -w -undo-batch-mode $(COQLIBS) ./LibHyps/LibHypsRegression.v $(TIMING_EXTRA)
1616
@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."
1721

1822
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
2126

2227
### Local Variables: ***
2328
### mode: makefile ***

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ make install
3030
```coq
3131
Require Import LibHyps.LibHyps.
3232
```
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.
3439

3540
# Short description:
3641

0 commit comments

Comments
 (0)