This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.1)
|
||||
10
unikernel/duniverse/dune_/test/blackbox-tests/test-cases/env/envs-and-contexts.t/dune-workspace
vendored
Normal file
10
unikernel/duniverse/dune_/test/blackbox-tests/test-cases/env/envs-and-contexts.t/dune-workspace
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
(lang dune 1.1)
|
||||
|
||||
(context (opam (switch default) (name dev) (profile dev) (merlin)))
|
||||
(context (opam (switch default) (name release) (profile release)))
|
||||
|
||||
(env
|
||||
(dev
|
||||
(flags dev-flags))
|
||||
(release
|
||||
(flags release-flags)))
|
||||
27
unikernel/duniverse/dune_/test/blackbox-tests/test-cases/env/envs-and-contexts.t/run.t
vendored
Normal file
27
unikernel/duniverse/dune_/test/blackbox-tests/test-cases/env/envs-and-contexts.t/run.t
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
Regression test for https://github.com/ocaml/dune/issues/1016#issuecomment-411390740
|
||||
|
||||
$ dune printenv
|
||||
Environment for context dev:
|
||||
|
||||
((flags (dev-flags))
|
||||
(ocamlc_flags (-g))
|
||||
(ocamlopt_flags (-g))
|
||||
(c_flags
|
||||
($flags))
|
||||
(cxx_flags
|
||||
($flags))
|
||||
(menhir_flags ()))
|
||||
|
||||
|
||||
Environment for context release:
|
||||
|
||||
((flags (release-flags))
|
||||
(ocamlc_flags (-g))
|
||||
(ocamlopt_flags (-g))
|
||||
(c_flags
|
||||
($flags))
|
||||
(cxx_flags
|
||||
($flags))
|
||||
(menhir_flags ()))
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue