https://gitlab.com/tezos/tezos
Revision 667192ff7e66211be46241b8fd68dc5c55348cc7 authored by Alain Mebsout on 24 October 2023, 11:59:40 UTC, committed by Alain Mebsout on 24 October 2023, 11:59:40 UTC
Imoprt does not work :(
1 parent a33e1de
Raw File
Tip revision: 667192ff7e66211be46241b8fd68dc5c55348cc7 authored by Alain Mebsout on 24 October 2023, 11:59:40 UTC
WIP: test context snapshot
Tip revision: 667192f
dune-workspace
(lang dune 3.7)

(env
 (dev
  (flags (:standard -w @1..72-4-40..42-44-45-48-58-60-67-69-70))
  (js_of_ocaml (runtest_alias runtest_js)))
 (release
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (static
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (_ (js_of_ocaml (runtest_alias runtest_js))))

(context (default (paths (ORIGINAL_PATH :standard))))

; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.
back to top