https://gitlab.com/tezos/tezos
Raw File
Tip revision: 66c0cc7187ff7e3f99f6223c22b8328e689a8dc7 authored by Mathias Bourgoin on 29 March 2024, 09:13:52 UTC
fixup! Proto/test/integration: update other tests (with smaller changes)
Tip revision: 66c0cc7
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main_accuser_alpha)
 (public_name octez-accuser-alpha)
 (package octez-accuser-alpha)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.clic
  tezos-protocol-alpha.protocol
  octez-protocol-alpha-libs.client
  octez-shell-libs.client-commands
  octez-protocol-alpha-libs.baking-commands
  octez-libs.stdlib-unix
  octez-shell-libs.client-base-unix)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_protocol_alpha
  -open Tezos_client_alpha
  -open Tezos_client_commands
  -open Tezos_baking_alpha_commands
  -open Tezos_stdlib_unix
  -open Tezos_client_base_unix))
back to top