swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 459fd4afda2c9c29590dd2c76f83d4788f22d72d authored by Hans Hoglund on 17 October 2022, 09:49:41 UTC
Scoru: Wasm PVM: Add input_output kernel to test/integration/wasm_kernel
Tip revision: 459fd4a
tezt-performance-regression.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" }
  "tezt"
  "uri" { >= "2.2.0" }
  "cohttp-lwt-unix" { >= "2.2.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Performance regression test framework based on Tezt"
back to top