Skip to content

Commit

Permalink
Fix 4.08 tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rebours <[email protected]>
  • Loading branch information
NathanReb committed Jan 28, 2025
1 parent 8e22fd6 commit 43de589
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/driver/compiler-pp/dune
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
(executable
(name driver)
(enabled_if
(< %{ocaml_version} "4.13"))
(and
(>= %{ocaml_version} "4.09")
(< %{ocaml_version} "4.13")))
(libraries ppxlib)
(preprocess
(pps ppxlib.metaquot)))

(cram
(enabled_if
(< %{ocaml_version} "4.13"))
(and
(>= %{ocaml_version} "4.09")
(< %{ocaml_version} "4.13")))
(deps driver.exe))

0 comments on commit 43de589

Please sign in to comment.