ocaml-containers/dune
2019-12-10 15:21:51 -06:00

8 lines
201 B
Text

(rule
(targets README.md.corrected)
(deps (package containers))
(action (run ocaml-mdx test %{dep:README.md} -o %{targets})))
(alias
(name runtest)
(action (diff README.md README.md.corrected)))