Skip to content

Commit

Permalink
opam fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stedolan committed May 21, 2020
1 parent 3d9994f commit a3d4c3a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions crowbar.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 9,22 @@ build: [
[ "dune" "build" "-p" name "-j" jobs ]
]
run-test: [
[ "dune" "runtest" "-p" name "-j" jobs ]
[ "dune" "build" "-p" name "-j" jobs
"@examples/calendar/runtest"
"@examples/fpath/runtest"
"@examples/map/runtest"
"@examples/serializer/runtest"
"@examples/uunf/runtest"
]
]
depends: [
"dune" {build & >= "1.1"}
"ocaml" {>= "4.02.0"}
"dune" {>= "1.1"}
"ocaml" {>= "4.08"}
"ocplib-endian"
"cmdliner"
"afl-persistent" {>= "1.1"}
"calendar" {with-test}
"xmldiff" {with-test}
"fpath" {with-test}
"pprint" {with-test & < "20180528"}
"uucp" {with-test}
"uunf" {with-test}
"uutf" {with-test}
Expand Down

0 comments on commit a3d4c3a

Please sign in to comment.