https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1e323d2ebee73f8ba7bd316d29d1c24b41856d6e authored by Thomas Letan on 29 January 2024, 06:40:23 UTC
Tezt: Use [Helpers.next_evm_level] instead of inlining its definition
Tip revision: 1e323d2
octez-shell-tests.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" }
  "tezt" { with-test & >= "4.0.0" & < "5.0.0" }
  "octez-libs" {with-test}
  "octez-shell-libs" {with-test}
  "tezos-protocol-demo-noops" {with-test}
  "octez-alcotezt" {with-test}
  "octez-version" {with-test}
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Shell tests"
back to top