mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
test: update expect field in toml
This commit is contained in:
parent
f1fc429b5a
commit
678bf5e03d
1 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
provers = [ "sidekick", "read-status" ]
|
||||
provers = [ "sidekick", "read-status", "z3" ]
|
||||
default_expect = "sat"
|
||||
|
||||
[sidekick]
|
||||
|
|
@ -17,13 +17,20 @@ cmd = "grep :status $file"
|
|||
unsat = ":status unsat"
|
||||
sat = ":status sat"
|
||||
|
||||
[z3]
|
||||
|
||||
cmd = "z3 $file"
|
||||
unsat = "unsat"
|
||||
sat = "^sat"
|
||||
|
||||
[test]
|
||||
|
||||
timeout=10
|
||||
problems = ".*\\.smt2"
|
||||
provers = [ "sidekick", ]
|
||||
|
||||
expect = "program:read-status"
|
||||
# TODO: expect=[program:read-status; program:z3]
|
||||
expect = "program:z3"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue