https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0489eed3ea52ab230983a9cea07658b74a116e00 authored by Arvid Jakobsson on 28 July 2023, 08:51:52 UTC
François' DAL patch
Tip revision: 0489eed
tezos-sc-rollup-node-test.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" }
  "tezos-base"
  "tezos-protocol-016-PtMumbai"
  "tezos-client-016-PtMumbai"
  "tezos-test-helpers"
  "qcheck-alcotest" { >= "0.20" }
  "qcheck-core"
  "logs"
  "tezos-smart-rollup-layer2-016-PtMumbai"
  "octez-smart-rollup-node-PtMumbai"
  "octez-alcotezt"
  "tezos-protocol-017-PtNairob"
  "tezos-client-017-PtNairob"
  "tezos-smart-rollup-layer2-017-PtNairob"
  "octez-smart-rollup-node-PtNairob"
  "tezos-protocol-alpha"
  "tezos-client-alpha"
  "tezos-smart-rollup-layer2-alpha"
  "octez-smart-rollup-node-alpha"
  "tezt" { with-test & >= "3.1.1" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tests for the smart rollup node library"
back to top