https://gitlab.com/tezos/tezos
Raw File
Tip revision: 08fdbebc37c141f026f6a877f10e1bb738db810b authored by Pierrick Couderc on 19 July 2023, 07:36:32 UTC
EVM/Kernel: change the default chain_id
Tip revision: 08fdbeb
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name src_lib_signer_backends_test_tezt_lib)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezt.core
  tezos-base
  tezos-base.unix
  tezos-stdlib
  tezos-error-monad
  tezos-crypto
  tezos-client-base
  tezos-signer-backends
  octez-alcotezt
  uri)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezt_core
  -open Tezt_core.Base
  -open Tezos_stdlib
  -open Tezos_error_monad
  -open Tezos_error_monad.TzLwtreslib
  -open Tezos_client_base
  -open Tezos_signer_backends
  -open Octez_alcotezt)
 (modules test_encrypted))

(executable
 (name main)
 (instrumentation (backend bisect_ppx --bisect-sigterm))
 (libraries
  src_lib_signer_backends_test_tezt_lib
  tezt)
 (link_flags
  (:standard)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (modules main))

(rule
 (alias runtest)
 (package tezos-signer-backends)
 (enabled_if (<> false %{env:RUNTEZTALIAS=true}))
 (action (run %{dep:./main.exe})))

(rule
 (targets main.ml)
 (action (with-stdout-to %{targets} (echo "let () = Tezt.Test.run ()"))))
back to top