mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
test: modify logitest config file
This commit is contained in:
parent
787b9404af
commit
0ec9c1683f
1 changed files with 24 additions and 0 deletions
24
tests/logitest.sexp
Normal file
24
tests/logitest.sexp
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
|
||||||
|
(prover
|
||||||
|
(name sidekick-dev)
|
||||||
|
(binary "./sidekick")
|
||||||
|
(cmd "./sidekick --no-check --time $timeout $file")
|
||||||
|
(unsat "Unsat")
|
||||||
|
(sat "Sat")
|
||||||
|
(unknown "Timeout|Unknown")
|
||||||
|
(version "git:."))
|
||||||
|
|
||||||
|
(dir
|
||||||
|
(path tests)
|
||||||
|
(pattern ".*.(smt2|cnf)")
|
||||||
|
(expect (run z3)))
|
||||||
|
|
||||||
|
(task
|
||||||
|
(name sidekick-local-test)
|
||||||
|
(action
|
||||||
|
(run_provers
|
||||||
|
(provers sidekick)
|
||||||
|
(timeout 10)
|
||||||
|
(dirs tests))))
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue