https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2f7b6c60edc4d2c63b22a1c28ca4aeba1675706d authored by Marge Bot on 05 January 2024, 17:29:58 UTC
Merge tezos/tezos!11420: DAL/Tests: fix slots_headers_tracking test
Tip revision: 2f7b6c6
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name test_gossipsub)
 (libraries
  fmt
  octez-libs.base
  octez-libs.base.unix
  octez-libs.tezos-gossipsub
  tezt
  qcheck-core
  octez-libs.test-helpers)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_gossipsub
  -open Tezos_test_helpers))

(rule
 (alias runtest)
 (package octez-libs)
 (action (run %{dep:./test_gossipsub.exe})))
back to top