Skip to content

Commit d36e4ca

Browse files
committed
Run the vendored fonts tests on OCaml 4.08 and above
This isn't quite the right test, it should be on the version of ocaml-crunch, but right now it has the behaviour we want.
1 parent 35cf29d commit d36e4ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vendor/dune

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
(rule
22
(alias runtest)
3+
(enabled_if
4+
(> %{ocaml_version} 4.08))
35
(deps
46
(:x odoc_vendor.ml)
57
(glob_files *.js)

0 commit comments

Comments
 (0)