Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

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

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