mirror of
https://github.com/c-cube/ezcurl.git
synced 2026-01-21 08:46:44 -05:00
9 lines
163 B
Text
9 lines
163 B
Text
(rule
|
|
(alias runtest)
|
|
(package ezcurl-lwt)
|
|
(deps
|
|
(:file README.md))
|
|
(action
|
|
(progn
|
|
(run ocaml-mdx test %{deps})
|
|
(diff? %{file} %{file}.corrected))))
|