Skip to content

Commit

Permalink
cstruct: fix test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Doligez committed Mar 26, 2015
1 parent 5c4881c commit 94dcbda
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/cstruct/cstruct.1.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,23 @@ tags: [
"org:xapi-project"
]
build: [
["./configure"
"--prefix" prefix
"--%{lwt:enable}%-lwt"
"--%{camlp4:enable}%-camlp4"
"--%{async:enable}%-async"
"--%{base-unix:enable}%-unix"]
[make]
]
build-test: [
["./configure"
"--prefix" prefix
"--%{lwt:enable}%-lwt"
"--%{camlp4:enable}%-camlp4"
"--%{async:enable}%-async"
"--%{base-unix:enable}%-unix"
"--%{ounit:enable}%-tests"]
[make]
[make "test"]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "cstruct"]
Expand Down

0 comments on commit 94dcbda

Please sign in to comment.