Skip to content

Commit

Permalink
prepare for 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Nov 27, 2019
1 parent 3fda6bf commit a051761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qtest.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
maintainer: "Simon Cruanes <simon.cruanes.2007@m4x.org"
version: "2.9"
version: "2.10"
authors: [
"Vincent Hugot <vincent.hugot@gmail.com>"
"Simon Cruanes <simon.cruanes.2007@m4x.org"
Expand All @@ -17,7 +17,7 @@ build: [
depends: [
"base-bytes"
"ounit" { >= "2.0.0" }
"dune" { >= "1.1" }
"dune" { >= "1.1" & < "2.0" }
"qcheck" { >= "0.5" }
"ocaml" { >= "4.02.0" }
]
Expand Down
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
(name qtestlib)
(modules)
(inline_tests.backend
(generate_runner (run qtest extract ${impl-files} ${intf-files}))
(generate_runner (run qtest extract %{impl-files} %{intf-files}))
(runner_libraries qcheck oUnit bytes)))

1 comment on commit a051761

@Fourchaux
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line: "dune" { >= "1.1" & < "2.0" }

A special reason for not having <= "2.0"?

Please sign in to comment.