summaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/template/theories/test.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coq-makefile/template/theories/test.v')
-rw-r--r--test-suite/coq-makefile/template/theories/test.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/template/theories/test.v b/test-suite/coq-makefile/template/theories/test.v
new file mode 100644
index 00000000..744b5aad
--- /dev/null
+++ b/test-suite/coq-makefile/template/theories/test.v
@@ -0,0 +1,7 @@
+Declare ML Module "test_plugin".
+TestCommand.
+Goal True.
+Proof.
+test_tactic.
+exact I.
+Qed.