mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
test: enable progress by default
This commit is contained in:
parent
14f68749a5
commit
48d6b57383
2 changed files with 2 additions and 6 deletions
|
|
@ -36,3 +36,5 @@
|
|||
(timeout 10)
|
||||
(dirs $HOME/workspace/smtlib))))
|
||||
|
||||
(set-options (progress true))
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
(set-info :status unsat)
|
||||
(declare-datatypes ((nat 0)) (((succ (pred nat)) (zero))))
|
||||
|
||||
(assert (= (succ (succ zero)) (succ zero)))
|
||||
(check-sat)
|
||||
Loading…
Add table
Reference in a new issue