Skip to content
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
24 changes: 12 additions & 12 deletions compiler/tests-full/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
(targets stdlib.cma.js)
(enabled_if
(and
(>= %{ocaml_version} "5.3")
(< %{ocaml_version} "5.4")))
(>= %{ocaml_version} "5.4")
(< %{ocaml_version} "5.5")))
(action
(run
%{bin:js_of_ocaml}
Expand All @@ -19,8 +19,8 @@
(targets stdlib.cma.output.js)
(enabled_if
(and
(>= %{ocaml_version} "5.3")
(< %{ocaml_version} "5.4")))
(>= %{ocaml_version} "5.4")
(< %{ocaml_version} "5.5")))
(action
(with-stdout-to
%{targets}
Expand All @@ -30,8 +30,8 @@
(alias runtest)
(enabled_if
(and
(>= %{ocaml_version} "5.3")
(< %{ocaml_version} "5.4")))
(>= %{ocaml_version} "5.4")
(< %{ocaml_version} "5.5")))
(action
(diff stdlib.cma.expected.js stdlib.cma.output.js)))

Expand All @@ -43,8 +43,8 @@
(targets shapes.cma.js)
(enabled_if
(and
(>= %{ocaml_version} "5.3")
(< %{ocaml_version} "5.4")))
(>= %{ocaml_version} "5.4")
(< %{ocaml_version} "5.5")))
(action
(run
%{bin:js_of_ocaml}
Expand All @@ -60,8 +60,8 @@
(targets shapes.cma.output.js)
(enabled_if
(and
(>= %{ocaml_version} "5.3")
(< %{ocaml_version} "5.4")))
(>= %{ocaml_version} "5.4")
(< %{ocaml_version} "5.5")))
(action
(with-stdout-to
%{targets}
Expand All @@ -71,8 +71,8 @@
(alias runtest)
(enabled_if
(and
(>= %{ocaml_version} "5.3")
(< %{ocaml_version} "5.4")))
(>= %{ocaml_version} "5.4")
(< %{ocaml_version} "5.5")))
(action
(diff shapes.cma.expected.js shapes.cma.output.js)))

Expand Down
Loading
Loading