Skip to content

Commit

Permalink
use ounit2
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro-Barbieri <lssndrbarbieri@gmail.com>
  • Loading branch information
Alessandro-Barbieri committed Apr 16, 2022
1 parent 0ff3efb commit 72d9112
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib_test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
(name test_runner)
(package uri)
(modules test_runner)
(libraries uri uri.services oUnit))
(libraries uri uri.services ounit2))

(test
(name test_runner_sexp)
(package uri-sexp)
(modules test_runner_sexp)
(libraries uri uri.services uri-sexp oUnit))
(libraries uri uri.services uri-sexp ounit2))
2 changes: 1 addition & 1 deletion uri-re.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for parsing URI or URLs.
depends: [
"ocaml" {>= "4.04.0"}
"dune" {>= "1.2.0"}
"ounit" {with-test & >= "1.0.2"}
"ounit2" {with-test & >= "1.0.2"}
"ppx_sexp_conv" {with-test & >= "v0.9.0"}
"re" {>= "1.9.0"}
"stringext" {>= "1.4.0"}
Expand Down
2 changes: 1 addition & 1 deletion uri-sexp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"dune" {>= "1.2.0"}
"ppx_sexp_conv" {>= "v0.13.0"}
"sexplib0"
"ounit" {with-test}
"ounit2" {with-test}
]
build: [
["dune" "subst"] {pinned}
Expand Down
2 changes: 1 addition & 1 deletion uri.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for parsing URI or URLs.
depends: [
"ocaml" {>= "4.04.0"}
"dune" {>= "1.2.0"}
"ounit" {with-test & >= "1.0.2"}
"ounit2" {with-test & >= "1.0.2"}
"ppx_sexp_conv" {with-test & >= "v0.9.0"}
"stringext" {>= "1.4.0"}
"angstrom" {>= "0.14.0"}
Expand Down

0 comments on commit 72d9112

Please sign in to comment.