https://gitlab.com/tezos/tezos
Raw File
Tip revision: 218159dbdafa3674a47c491d99280d3351228f6f authored by Nic Volanschi on 05 October 2022, 14:39:26 UTC
doc: apply same solution to install-python
Tip revision: 218159d
tezos-protocol-014-PtKathma-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.0" }
  "alcotest-lwt" { with-test & >= "1.5.0" }
  "tezos-base" {with-test}
  "tezos-protocol-014-PtKathma" {with-test}
  "tezos-014-PtKathma-test-helpers" {with-test}
  "tezos-base-test-helpers" {with-test}
  "tezos-protocol-plugin-014-PtKathma" {with-test}
  "tezos-client-014-PtKathma" {with-test}
  "tezos-benchmark" {with-test}
  "tezos-micheline" {with-test}
  "tezos-benchmark-014-PtKathma" {with-test}
  "tezos-benchmark-type-inference-014-PtKathma" {with-test}
  "qcheck-alcotest" { with-test & >= "0.18" }
  "tezos-context" {with-test}
  "tezos-test-helpers" {with-test}
  "alcotest" { with-test & >= "1.5.0" }
  "tezos-client-base" {with-test}
  "tezos-protocol-environment" {with-test}
  "tezos-stdlib-unix" {with-test}
  "tezos-stdlib" {with-test}
  "tezt" {with-test}
  "tezt-tezos" {with-test}
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
  ["dune" "build" "@runtezt" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: tests for economic-protocol definition"
back to top