Skip to content

Commit 51014d3

Browse files
committed
run tests after make install in opam package
1 parent 21cd7d2 commit 51014d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

coq-paramcoq.opam

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ The plugin is still in an experimental state. It is not very user friendly (lack
1313
"""
1414

1515
build: [make "-j%{jobs}%" ]
16-
install: [make "install"]
17-
run-test: [make "-C" "test-suite" "examples"]
16+
install: [
17+
[make "install"]
18+
[make "-C" "test-suite" "examples"] {with-test}
19+
]
1820
depends: [
1921
"coq" {= "dev" }
2022
]

0 commit comments

Comments
 (0)