mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 05:28:34 -05:00
test: fix config for new option format
This commit is contained in:
parent
2efa811b3f
commit
951be35112
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ default_expect = "sat"
|
||||||
[sidekick]
|
[sidekick]
|
||||||
|
|
||||||
binary = "./sidekick"
|
binary = "./sidekick"
|
||||||
cmd = "./sidekick -no-check -time $timeout $file"
|
cmd = "./sidekick --no-check --time $timeout $file"
|
||||||
unsat = "Unsat"
|
unsat = "Unsat"
|
||||||
sat = "Sat"
|
sat = "Sat"
|
||||||
unknown = "Timeout|Unknown"
|
unknown = "Timeout|Unknown"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue