https://gitlab.com/tezos/tezos
Raw File
Tip revision: 71ad445a29da0f9312454ec40db85f2ed11b7b5c authored by Alain Mebsout on 19 December 2023, 13:21:18 UTC
Test: fix store PBT tests
Tip revision: 71ad445
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.11.1" }
  "ocaml" { >= "4.14" }
  "tezt" { with-test & >= "4.0.0" & < "5.0.0" }
  "octez-libs" {with-test}
  "tezos-protocol-017-PtNairob" {with-test}
  "octez-protocol-017-PtNairob-libs" {with-test}
  "octez-smart-rollup-node-PtNairob" {with-test}
  "octez-alcotezt" {with-test}
  "tezos-protocol-018-Proxford" {with-test}
  "octez-protocol-018-Proxford-libs" {with-test}
  "octez-smart-rollup-node-Proxford" {with-test}
  "tezos-protocol-alpha" {with-test}
  "octez-protocol-alpha-libs" {with-test}
  "octez-smart-rollup-node-alpha" {with-test}
]
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