mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 11:15:44 -05:00
fix test
This commit is contained in:
parent
6eeb121af6
commit
84eb813c2a
1 changed files with 2 additions and 2 deletions
4
dune
4
dune
|
|
@ -2,9 +2,9 @@
|
||||||
(alias
|
(alias
|
||||||
(name runtest)
|
(name runtest)
|
||||||
(package ezcurl-lwt)
|
(package ezcurl-lwt)
|
||||||
(deps README.md)
|
(deps (:file README.md))
|
||||||
(action
|
(action
|
||||||
(progn
|
(progn
|
||||||
(run ocaml-mdx test %{deps})
|
(run ocaml-mdx test %{deps})
|
||||||
(diff? %{deps} %{deps}.corrected))))
|
(diff? %{file} %{file}.corrected))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue