https://gitlab.com/tezos/tezos
Raw File
Tip revision: 655faca6347c8dd153f3490a318e4ae59041fc6f authored by Alain Mebsout on 31 March 2023, 10:15:31 UTC
Tezt: regenerate regression traces for refutation tests
Tip revision: 655faca
octez-testnet-scenarios.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.0" }
  "ocaml" { >= "4.14" }
  "tezt" { >= "3.0.0" }
  "tezt-tezos"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Run scenarios on testnets"
back to top