We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cd7d2 commit 51014d3Copy full SHA for 51014d3
coq-paramcoq.opam
@@ -13,8 +13,10 @@ The plugin is still in an experimental state. It is not very user friendly (lack
13
"""
14
15
build: [make "-j%{jobs}%" ]
16
-install: [make "install"]
17
-run-test: [make "-C" "test-suite" "examples"]
+install: [
+ [make "install"]
18
+ [make "-C" "test-suite" "examples"] {with-test}
19
+]
20
depends: [
21
"coq" {= "dev" }
22
]
0 commit comments