From b45153a25cc6cc96fd708067ab3664779d442416 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 13 Jan 2017 11:23:49 +0100 Subject: [PATCH] add `doc` and `test` to opam --- opam | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/opam b/opam index 4b4684e..4081978 100644 --- a/opam +++ b/opam @@ -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"]