Revision ae79a999e445690595d03fcdce3f4178aee8dbe9 authored by Marge Bot on 13 September 2022, 08:50:37 UTC, committed by Marge Bot on 13 September 2022, 08:50:37 UTC
Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com>

Approved-by: François Thiré <francois.thire@nomadic-labs.com>
Approved-by: Yann Regis-Gianas <946787-yrg@users.noreply.gitlab.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6305
2 parent s 4b11277 + 7d9bb57
Raw File
tezos-scoru-wasm-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" }
  "ppx_import" {with-test}
  "ppx_deriving" {with-test}
  "tezos-base" {with-test}
  "tree-encoding" {with-test}
  "tezos-context" {with-test}
  "tezos-base-test-helpers" {with-test}
  "tezos-test-helpers" {with-test}
  "tezos-scoru-wasm" {with-test}
  "qcheck-alcotest" { with-test & >= "0.18" }
  "alcotest-lwt" { with-test & >= "1.5.0" }
  "tezt" {with-test}
  "tezos-webassembly-interpreter-extra" {with-test}
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tests for the scoru-wasm functionality"
back to top