Skip to content

Commit

Permalink
add call mochi
Browse files Browse the repository at this point in the history
  • Loading branch information
artoy committed Nov 6, 2023
1 parent 26acaa9 commit ee5a3c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/callMoCHi.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
let call_mochi =
let cmd = "~/git/MoCHi/src.mochi.exe ./test/to_mochi.ml" in
let proc = Process.spawn cmd in

2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
Z3BasedBackend Consort
HoiceBackend NullSolver
ExternalFileBackend EldaricaBackend ParallelBackend
ConvMoCHi))
ConvMoCHi CallMoCHi))

(executable
(name test)
Expand Down

0 comments on commit ee5a3c4

Please sign in to comment.