https://gitlab.com/tezos/tezos
Raw File
Tip revision: f71b2e189ec580f8f1d4e41a5a90839e575e2782 authored by Emma Turner on 05 March 2024, 15:53:07 UTC
DO NOT MERGE: lower constants for triggering gas prices
Tip revision: f71b2e1
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main)
 (libraries
  tezt
  tezt-tezos
  octez-libs.stdlib
  octez-libs.test-helpers
  octez-libs.micheline
  tezos-protocol-alpha.protocol
  ptime)
 (link_flags
  (:standard)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Tezt
  -open Tezt.Base
  -open Tezt_tezos))
back to top