Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ounit2 #161

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"}
"crowbar" {with-test & >= "0.2"}
"stringext" {>= "1.4.0"}
Expand Down