mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-28 12:24:50 -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
|
prove ~assumptions
|
||||||
| Dolmen.Statement.Prove ->
|
| Dolmen.Statement.Prove ->
|
||||||
prove ~assumptions:[]
|
prove ~assumptions:[]
|
||||||
|
| Dolmen.Statement.Set_info _
|
||||||
|
| Dolmen.Statement.Set_logic _ -> ()
|
||||||
|
| Dolmen.Statement.Exit -> exit 0
|
||||||
| _ ->
|
| _ ->
|
||||||
Format.printf "Command not supported:@\n%a@."
|
Format.printf "Command not supported:@\n%a@."
|
||||||
Dolmen.Statement.print s
|
Dolmen.Statement.print s
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue