Ignore some smtlib statements in test executable

This commit is contained in:
Guillaume Bury 2017-08-25 18:36:42 +02:00
parent 4989026f06
commit 2db3a5a494

View file

@ -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