mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-24 10:26:40 -05:00
fix: ensure that the mdx test doesn't run too early
This commit is contained in:
parent
2aa9b3d4bc
commit
7e9693348a
1 changed files with 1 additions and 1 deletions
2
dune
2
dune
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
(alias
|
||||
(name runtest)
|
||||
(deps README.md)
|
||||
(deps README.md src/core/msat.cma src/sat/msat_sat.cma src/sudoku/sudoku_solve.exe)
|
||||
(locks test)
|
||||
(action (progn
|
||||
(run mdx test README.md)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue