mte/unikernel/duniverse/mimic/test/dune

25 lines
274 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(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)))