add doc and test to opam

This commit is contained in:
Simon Cruanes 2017-01-13 11:23:49 +01:00
parent 7961e625c6
commit b45153a25c

8
opam
View file

@ -11,6 +11,14 @@ build: [
]
[make "build"]
]
build-doc: [
["./configure" "--enable-docs"]
[make "doc"]
]
build-test: [
["./configure" "--enable-tests"]
[make "test"]
]
install: [make "install"]
remove: [
["ocamlfind" "remove" "sequence"]