mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix compilation in unittest
This commit is contained in:
parent
85314379a5
commit
7d46a38e2c
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
(targets basic.drup)
|
(targets basic.drup)
|
||||||
(deps
|
(deps
|
||||||
(:pb basic.cnf)
|
(:pb basic.cnf)
|
||||||
(:solver ../main/main.exe))
|
(:solver ../../src/main/main.exe))
|
||||||
(action
|
(action
|
||||||
(run %{solver} %{pb} -t 2 -o %{targets})))
|
(run %{solver} %{pb} -t 2 -o %{targets})))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,11 @@
|
||||||
(targets reg_model_lra1.out)
|
(targets reg_model_lra1.out)
|
||||||
(deps
|
(deps
|
||||||
(:file reg_model_lra1.smt2)
|
(:file reg_model_lra1.smt2)
|
||||||
../../main/main.exe)
|
(:main ../../../src/main/main.exe))
|
||||||
(action
|
(action
|
||||||
(with-stdout-to
|
(with-stdout-to
|
||||||
%{targets}
|
%{targets}
|
||||||
(bash "../../main/main.exe %{file} | tail -n +2"))))
|
(bash "%{main} %{file} | tail -n +2"))))
|
||||||
|
|
||||||
(rule
|
(rule
|
||||||
(alias runtest)
|
(alias runtest)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue