mte/unikernel/duniverse/dune_/otherlibs/dune-site/test/dune
2025-11-11 02:07:51 +01:00

16 lines
334 B
Text

(cram
(applies_to :whole_subtree)
(deps
(package dune)
(package dune-site)))
; The test being broken on CI, we deactivate it when
; we detect that the CI environment variable is not
; set. Most CI systems set it.
(cram
(applies_to run_2_9 run)
(enabled_if
(and
(not %{env:CI=false})
(not %{env:INSIDE_NIX=false}))))