mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/package-rule.t/dune

13 lines
189 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(test
(name test)
(modules test test_a test_b)
(package a))
(rule
(action (copy test_temp.ml test_a.ml))
(package a))
(rule
(package a)
(action (copy test_temp.ml test_b.ml)))