https://gitlab.com/tezos/tezos
Raw File
Tip revision: 07dcff6e451b8c14e9b7307069d63f83cb3c1fae authored by Pietro Abate on 07 December 2023, 14:26:20 UTC
ci: use kaniko instead of docker for building images
Tip revision: 07dcff6
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
  octez-libs.base
  octez-libs.base.unix
  octez-libs.stdlib
  octez-libs.error-monad
  octez-libs.crypto
  octez-shell-libs.client-base
  octez-shell-libs.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 octez-shell-libs)
 (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