Skip to content

Commit

Permalink
ppx_expect is not only available in test context
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Oct 4, 2024
1 parent d5e6912 commit 714fb71
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(alcotest :with-test)
(qcheck :with-test)
(qcheck-alcotest :with-test)
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(ocamlformat :with-dev-setup)
(ocp-indent :with-dev-setup)
Expand All @@ -37,7 +37,7 @@
(depends
(ocaml (>= 5.1.1))
(dune (>= 3.0.0))
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(yocaml (= :version))
(cohttp (>= 5.3.11))
Expand All @@ -52,7 +52,7 @@
(depends
(ocaml (>= 5.1.1))
(dune (>= 3.0.0))
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(yocaml (= :version))
(yocaml_runtime (= :version))
Expand All @@ -66,7 +66,7 @@
(depends
(ocaml (>= 5.1.1))
(dune (>= 3.0.0))
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(httpcats (>= 0.0.1))
(yocaml (= :version))
Expand All @@ -78,7 +78,7 @@
(depends
(ocaml (>= 5.1.1))
(dune (>= 3.0.0))
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(yocaml (= :version))
(yaml (>= 3.2.0))))
Expand All @@ -89,7 +89,7 @@
(depends
(ocaml (>= 5.1.1))
(dune (>= 3.0.0))
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(yocaml (= :version))
(otoml (>= 1.0.5))))
Expand All @@ -101,7 +101,7 @@
(depends
(ocaml (>= 5.1.1))
(dune (>= 3.0.0))
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(yocaml (= :version))
(omd (>= 2.0.0~alpha4))))
Expand All @@ -112,7 +112,7 @@
(depends
(ocaml (>= 5.1.1))
(dune (>= 3.0.0))
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(yocaml (= :version))
cmarkit))
Expand All @@ -123,7 +123,7 @@
(depends
(ocaml (>= 5.1.1))
(dune (>= 3.0.0))
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(yocaml (= :version))
(jingoo (>= 1.5.0))))
Expand All @@ -134,7 +134,7 @@
(depends
(ocaml (>= 5.1.1))
(dune (>= 3.0.0))
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(yocaml (= :version))
(mustache (= 3.3.0))))
Expand All @@ -150,7 +150,7 @@
(alcotest :with-test)
(qcheck :with-test)
(qcheck-alcotest :with-test)
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))))

(package
Expand All @@ -159,7 +159,7 @@
(depends
(ocaml (>= 5.1.1))
(dune (>= 3.0.0))
(ppx_expect :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(lwt (>= 5.7.0))
(mimic (>= 0.0.9))
Expand Down
2 changes: 1 addition & 1 deletion yocaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"alcotest" {with-test}
"qcheck" {with-test}
"qcheck-alcotest" {with-test}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"ocamlformat" {with-dev-setup}
"ocp-indent" {with-dev-setup}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_cmarkit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.14" & >= "3.0.0"}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"yocaml" {= version}
"cmarkit"
Expand Down
2 changes: 1 addition & 1 deletion yocaml_eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.14" & >= "3.0.0"}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"yocaml" {= version}
"yocaml_runtime" {= version}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_git.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.14" & >= "3.0.0"}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"lwt" {>= "5.7.0"}
"mimic" {>= "0.0.9"}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_jingoo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.14" & >= "3.0.0"}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"yocaml" {= version}
"jingoo" {>= "1.5.0"}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_mustache.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.14" & >= "3.0.0"}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"yocaml" {= version}
"mustache" {= "3.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_omd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.14" & >= "3.0.0"}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"yocaml" {= version}
"omd" {>= "2.0.0~alpha4"}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_otoml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.14" & >= "3.0.0"}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"yocaml" {= version}
"otoml" {>= "1.0.5"}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_runtime.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.14" & >= "3.0.0"}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"yocaml" {= version}
"cohttp" {>= "5.3.11"}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_syndication.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"alcotest" {with-test}
"qcheck" {with-test}
"qcheck-alcotest" {with-test}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion yocaml_unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.14" & >= "3.0.0"}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"httpcats" {>= "0.0.1"}
"yocaml" {= version}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_yaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.14" & >= "3.0.0"}
"ppx_expect" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"yocaml" {= version}
"yaml" {>= "3.2.0"}
Expand Down

0 comments on commit 714fb71

Please sign in to comment.