Skip to content

Commit

Permalink
A try at mutation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Jul 16, 2019
1 parent f6c85f8 commit 5c16f2b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 101 deletions.
2 changes: 1 addition & 1 deletion template-coq/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: coq plugin
all: coq # plugin

coq: Makefile.coq
$(MAKE) -f Makefile.coq
Expand Down
1 change: 0 additions & 1 deletion template-coq/test-plugin/test.v

This file was deleted.

2 changes: 1 addition & 1 deletion template-coq/theories/All.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ From MetaCoq.Template Require Export
uGraph (* The graph of universes *)
TemplateMonad (* The TemplateMonad *)
AstUtils (* Utilities on the AST *)
Loader (* Declaration of the Template Coq plugin *)
(* Loader (* Declaration of the Template Coq plugin *) *)
Induction (* Induction *)
LiftSubst (* Lifting and substitution for terms *)
UnivSubst (* Substitution of universe instances *)
Expand Down
32 changes: 0 additions & 32 deletions template-coq/theories/Extraction.v

This file was deleted.

4 changes: 0 additions & 4 deletions template-coq/theories/Loader.v

This file was deleted.

62 changes: 0 additions & 62 deletions template-coq/theories/Validity.v

This file was deleted.

0 comments on commit 5c16f2b

Please sign in to comment.