mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
12 lines
241 B
Text
12 lines
241 B
Text
(rule
|
|
(targets head15_top1465.out)
|
|
(deps head15_top1465.txt)
|
|
(action
|
|
(with-stdout-to
|
|
%{targets}
|
|
(run ../sudoku_solve.exe --no-time %{deps}))))
|
|
|
|
(rule
|
|
(alias runtest)
|
|
(action
|
|
(diff head15_top1465.expected head15_top1465.out)))
|