mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
Ignore some smtlib statements in test executable
This commit is contained in:
parent
4989026f06
commit
2db3a5a494
1 changed files with 3 additions and 0 deletions
|
|
@ -95,6 +95,9 @@ module Make
|
|||
prove ~assumptions
|
||||
| Dolmen.Statement.Prove ->
|
||||
prove ~assumptions:[]
|
||||
| Dolmen.Statement.Set_info _
|
||||
| Dolmen.Statement.Set_logic _ -> ()
|
||||
| Dolmen.Statement.Exit -> exit 0
|
||||
| _ ->
|
||||
Format.printf "Command not supported:@\n%a@."
|
||||
Dolmen.Statement.print s
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue