(executable
 (name test)
 (libraries
  mimic
  mirage-flow
  lwt
  lwt.unix
  logs
  logs.fmt
  ke
  bigarray
  fmt.tty
  cstruct
  fmt
  alcotest
  alcotest-lwt))

(rule
 (alias runtest)
 (package mimic)
 (deps
  (:test test.exe))
 (action
  (run %{test} --color=always)))
