https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0a4b51e5cef66355720f996b6600f665128e13b5 authored by Arvid Jakobsson on 01 December 2023, 15:04:32 UTC
Tezt: Set [external_validation.ml] with [SIGQUIT] to [Tag.flaky]
Tip revision: 0a4b51e
tezos-dac-lib-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-dac-lib" {with-test}
  "octez-alcotezt" {with-test}
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Test for dac lib"
back to top