mte/unikernel/duniverse/digestif/test/conv/dune

12 lines
201 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(executable
(name test_conv)
(modules test_conv)
(libraries digestif.c fmt alcotest))
(rule
(alias runtest)
(enabled_if
(= ${os_type} "Unix"))
(action
(run ./test_conv.exe --color=always)))