mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
fix: fix test on dune 1.7
This commit is contained in:
parent
7f05da56cc
commit
c39431315f
1 changed files with 3 additions and 3 deletions
6
dune
6
dune
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
(alias
|
||||
(name runtest)
|
||||
(deps README.md)
|
||||
(deps README.md ./sudoku_solve.sh)
|
||||
(action (progn
|
||||
(run mdx test %{deps})
|
||||
(diff? %{deps} %{deps}.corrected))))
|
||||
(run mdx test README.md)
|
||||
(diff? README.md README.md.corrected))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue