Revision 6f4c98ae44eb1c859aee5cb736798d29832d7891 authored by Richard Davison on 19 April 2022, 23:32:17 UTC, committed by Marge Bot on 13 May 2022, 09:41:52 UTC
1 parent 02e9aab
Raw File
tezos-shell-context-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" { >= "2.9" }
  "tezos-shell-context" {with-test}
  "alcotest-lwt" { with-test & >= "1.5.0" }
  "tezos-test-helpers" {with-test}
  "tezos-base" {with-test}
  "tezos-protocol-environment" {with-test}
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Testing the Shell Context"
back to top