mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 12:15:48 -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
|
(alias
|
||||||
(name runtest)
|
(name runtest)
|
||||||
(deps README.md)
|
(deps README.md ./sudoku_solve.sh)
|
||||||
(action (progn
|
(action (progn
|
||||||
(run mdx test %{deps})
|
(run mdx test README.md)
|
||||||
(diff? %{deps} %{deps}.corrected))))
|
(diff? README.md README.md.corrected))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue