mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
8 lines
137 B
Text
8 lines
137 B
Text
(rule
|
|
(alias runtest)
|
|
(deps
|
|
(:dep README.md))
|
|
(action
|
|
(progn
|
|
(run ocaml-mdx test %{dep})
|
|
(diff? %{dep} %{dep}.corrected))))
|