forked from MetaCoq/metacoq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gregory Malecha
committed
Nov 9, 2015
1 parent
76747fc
commit de3c4b4
Showing
6 changed files
with
45 additions
and
16 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
-I src | ||
-Q theories Template | ||
|
||
src/reify.ml4 | ||
src/template_plugin.mllib | ||
|
||
theories/Ast.v | ||
theories/Template.v |
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 |
---|---|---|
@@ -1,8 +1,5 @@ | ||
TESTS:=demo bug1 bug2 bug3 opaque | ||
ARGS:=-I ../src -R ../theories Template | ||
|
||
all: Makefile.coq | ||
$(MAKE) -f Makefile.coq | ||
|
||
Makefile.coq: Makefile | ||
coq_makefile -o Makefile.coq $(ARGS) $(TESTS:%=%.v) | ||
coq_makefile -f _CoqProject -o Makefile.coq |
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,13 @@ | ||
-I ../src | ||
-Q ../theories Template | ||
|
||
bug1.v | ||
bug2.v | ||
bug3.v | ||
bug4.v | ||
bug6.v | ||
bug7.v | ||
demo.v | ||
hnf_ctor.v | ||
mutind.v | ||
opaque.v |
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