mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/targets-with-vars.t/dune

9 lines
155 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(rule
(targets foo%{ext_obj})
(action (with-stdout-to %{targets} (echo "hola"))))
(alias
(name runtest)
(deps foo%{ext_obj})
(action (cat %{deps})))