(executables
 (names ocaml_rust_caller)
 (libraries alcotest base callable_rust threads.posix))

(rule
 (alias runtest)
 (action
  (run ./ocaml_rust_caller.exe)))
