mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
fix: dune files
%{deps} is expanded into a list so we cannot use it in as a diff? param
This commit is contained in:
parent
b4ceba4cb0
commit
8be2428829
1 changed files with 3 additions and 3 deletions
6
dune
6
dune
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
(alias
|
||||
(name runtest)
|
||||
(deps README.md)
|
||||
(deps (:dep README.md))
|
||||
(action (progn
|
||||
(run ocaml-mdx test %{deps})
|
||||
(diff? %{deps} %{deps}.corrected))))
|
||||
(run ocaml-mdx test %{dep})
|
||||
(diff? %{dep} %{dep}.corrected))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue