Skip to content

Commit

Permalink
test_ocaml5.out.expected
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinans committed Dec 23, 2024
1 parent c629185 commit 9731333
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/random/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,14 @@

(rule
(alias runtest)
(enabled_if
(and (>= %{ocaml_version} "4.04") (< %{ocaml_version} "5")))
(action
(diff test.out.expected test.out)))

(rule
(alias runtest)
(enabled_if
(>= %{ocaml_version} "5"))
(action
(diff test_ocaml5.out.expected test.out)))

0 comments on commit 9731333

Please sign in to comment.