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

10 lines
135 B
Text

(test
(name test_a)
(modules test_a)
(package a))
(test
(name test_b)
(modules test_b)
(package b)
(libraries does-not-exist))