mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/contents-depends-on-glob.t/run.t

15 lines
420 B
Perl
Raw Normal View History

2025-11-11 02:07:51 +01:00
There are some install rules, and there is also some globbing.
This can create a dependency cycle if "install rules" try to
produce targets in the directory being globbed.
(install rules depend on library artifacts, which in turn depend
on the directory listing)
$ dune build @install
Check that the command did build things:
$ ls _build/install/default/lib/bar/*.cmxa
_build/install/default/lib/bar/bar.cmxa