Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
  • Loading branch information
lubegasimon committed Jul 6, 2021
1 parent 11f98c6 commit 8e08587
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/generators/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

(rule
(deps
(glob_files cases/*))
(enabled_if
(>= %{ocaml_version} 4.13))
(glob_files cases/*)
(glob_files html/*.targets)
(glob_files latex/*.targets)
(glob_files man/*.targets))
(action
(with-stdout-to
link.dune.inc.gen
Expand All @@ -13,8 +14,6 @@
(run dune format-dune-file)))))

(rule
(enabled_if
(>= %{ocaml_version} 4.13))
(alias runtest)
(action
(diff link.dune.inc link.dune.inc.gen)))
Expand Down

0 comments on commit 8e08587

Please sign in to comment.