Skip to content

Commit

Permalink
Improve opam test metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheets committed May 13, 2015
1 parent 104bede commit cfaa84c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,27 @@ tags: [
"org:xapi-project"
]
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-configure" "--prefix" prefix "--%{ounit:enable}%-tests"]
["ocaml" "setup.ml" "-build"]
]
install: [
["ocaml" "setup.ml" "-install"]
]
build-doc: [["ocaml" "setup.ml" "-doc"]]
remove: [["ocamlfind" "remove" "uri"]]
build-test: [
["ocaml" "setup.ml" "-test"]
]
build-doc: [
["ocaml" "setup.ml" "-doc"]
]
remove: [
["ocamlfind" "remove" "uri"]
]
depends: [
"ocamlfind"
"re"
"sexplib" {>="109.53.00"}
"base-bytes"
"type_conv"
"stringext"
"ounit" {>="1.0.2"}
"ounit" {test & >="1.0.2"}
]

0 comments on commit cfaa84c

Please sign in to comment.