mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/github1811.t/run.t
2025-11-11 02:07:51 +01:00

8 lines
325 B
Perl

Check that %{targets} is forbidden in preprocessing actions
$ dune build @all
File "dune", line 3, characters 37-47:
3 | (preprocess (action (with-stdout-to %{targets} (run cat %{input-file})))))
^^^^^^^^^^
Error: You cannot use %{targets} in preprocessing actions.
[1]