mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/jsoo/env.t

13 lines
416 B
Perl
Raw Normal View History

2025-11-11 02:07:51 +01:00
$ cat > dune-project <<EOF
> (lang dune 3.0)
> EOF
$ cat >dune <<EOF
> (env (_ (js_of_ocaml (flags :standard "--no-inline"))))
> (library (name test))
> EOF
$ dune printenv --field js_of_ocaml_flags --field js_of_ocaml_link_flags --field js_of_ocaml_build_runtime_flags 2>&1
(js_of_ocaml_flags
(--pretty --no-inline))
(js_of_ocaml_build_runtime_flags (--pretty))
(js_of_ocaml_link_flags ())