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)
|
||||
(deps
|
||||
(:pb basic.cnf)
|
||||
(:solver ../main/main.exe))
|
||||
(:solver ../../src/main/main.exe))
|
||||
(action
|
||||
(run %{solver} %{pb} -t 2 -o %{targets})))
|
||||
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
(targets reg_model_lra1.out)
|
||||
(deps
|
||||
(:file reg_model_lra1.smt2)
|
||||
../../main/main.exe)
|
||||
(:main ../../../src/main/main.exe))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{targets}
|
||||
(bash "../../main/main.exe %{file} | tail -n +2"))))
|
||||
(bash "%{main} %{file} | tail -n +2"))))
|
||||
|
||||
(rule
|
||||
(alias runtest)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue