sidekick/unittest/old/regression/dune
2022-08-08 21:52:47 -04:00

16 lines
323 B
Text

(rule
(targets reg_model_lra1.out)
(deps
(:file reg_model_lra1.smt2)
../../main/main.exe)
(action
(with-stdout-to
%{targets}
(bash "../../main/main.exe %{file} | tail -n +2"))))
(rule
(alias runtest)
(locks /test)
(package sidekick-bin)
(action
(diff reg_model_lra1.out.expected reg_model_lra1.out)))