https://gitlab.com/tezos/tezos
Raw File
Tip revision: 27f465a8042979854c18ce2877c582fe10302454 authored by Emma Turner on 25 January 2024, 15:19:30 UTC
Kernel/EVM: ignore priority fee
Tip revision: 27f465a
tezt-etherlink.opam
# This file was automatically generated, do not edit.
# Edit file manifest/main.ml instead.
opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: ["Tezos devteam"]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
  "dune" { >= "3.11.1" }
  "ocaml" { >= "4.14" }
  "octez-libs"
  "tezt-tezos"
  "ppx_import" {with-test}
  "ppx_deriving" {with-test}
  "tezt" { with-test & >= "4.0.0" & < "5.0.0" }
  "tezos-protocol-alpha" {with-test}
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezt integration tests for Etherlink"
back to top