mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
test: update test config to use $cur_dir
This commit is contained in:
parent
0ec9c1683f
commit
c4d2a800ab
1 changed files with 3 additions and 5 deletions
|
|
@ -1,17 +1,16 @@
|
|||
|
||||
(prover
|
||||
(name sidekick-dev)
|
||||
(binary "./sidekick")
|
||||
(cmd "./sidekick --no-check --time $timeout $file")
|
||||
(cmd "${cur_dir}/../sidekick --no-check --time $timeout $file")
|
||||
(unsat "Unsat")
|
||||
(sat "Sat")
|
||||
(unknown "Timeout|Unknown")
|
||||
(version "git:."))
|
||||
|
||||
(dir
|
||||
(path tests)
|
||||
(path $cur_dir)
|
||||
(pattern ".*.(smt2|cnf)")
|
||||
(expect (run z3)))
|
||||
(expect (try (run smtlib-read-status) (run z3))))
|
||||
|
||||
(task
|
||||
(name sidekick-local-test)
|
||||
|
|
@ -21,4 +20,3 @@
|
|||
(timeout 10)
|
||||
(dirs tests))))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue