Skip to content

Commit

Permalink
Merge pull request #14193 from avsm/curly-test
Browse files Browse the repository at this point in the history
curly: requires alcotest for tests
  • Loading branch information
kit-ty-kate authored Jun 7, 2019
2 parents d6341b4 + ac89142 commit 600e82e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/curly/curly.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ bug-reports: "https://github.com/rgrinberg/curly/issues"
build: [
["jbuilder" "subst" "-p" name "--name" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
run-test: [
["jbuilder" "runtest" "-p" name "-j" jobs] {ocaml:version >= "4.04.0"}
]
depends: [
"ocaml" {>= "4.02.3"}
"jbuilder" {build & >= "1.0+beta9"}
"base-unix"
"result"
"cohttp-lwt-unix" {with-test}
"alcotest" {with-test}
"lwt" {with-test & < "4.0.0"}
]
synopsis: "The Dumbest Http Client"
description: """
Expand Down

0 comments on commit 600e82e

Please sign in to comment.