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