Skip to content

Commit

Permalink
owl-ode: update opam file runtests
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Mar 22, 2019
1 parent 79c72e4 commit a6cccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owl-ode.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bug-reports: "https://github.com/owlbarn/owl_ode/issues"
doc: "https://owlbarn.github.io/owl_ode/owl-ode"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "exec" "examples/damped.exe"] {with-test}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.06.0"}
Expand Down

0 comments on commit a6cccf7

Please sign in to comment.