https://gitlab.com/tezos/tezos
Raw File
Tip revision: adfa96af234ef768b2bf345c5f768a15cd5c7e76 authored by vbot on 31 January 2024, 17:20:32 UTC
CI: make slow tests run in the scheduled pipeline
Tip revision: adfa96a
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main_wasm_debugger)
 (public_name octez-smart-rollup-wasm-debugger)
 (package octez-smart-rollup-wasm-debugger)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-smart-rollup-wasm-debugger-lib)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Octez_smart_rollup_wasm_debugger_lib))
back to top