ocaml-containers/dune
2019-12-04 15:47:39 +01:00

8 lines
199 B
Text

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