Revision a365c55931004630064261aed22e96c1910637a4 authored by Marge Bot on 05 February 2024, 08:58:04 UTC, committed by Marge Bot on 05 February 2024, 08:58:04 UTC
Co-authored-by: pecornilleau <pe.cornilleau@marigold.dev>

Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com>
Approved-by: Emma Turner <1623821-emturner@users.noreply.gitlab.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11815
2 parent s d7cd896 + 9a44cf7
Raw File
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