mte/unikernel/duniverse/faraday/lib_test/dune

11 lines
196 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(executables
(libraries alcotest faraday)
(modules test_faraday)
(names test_faraday))
(alias
(name runtest)
(package faraday)
(deps test_faraday.exe)
(action (run %{deps})))