https://gitlab.com/tezos/tezos
Raw File
Tip revision: c7dc976e3e5a2a3170b2aee4267bd3eece7f249d authored by Emma Turner on 13 October 2023, 15:55:59 UTC
kernels: enforce CC=clang for wasm target
Tip revision: c7dc976
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name src_lib_dac_node_test_tezt_lib)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezt.core
  octez-libs.stdlib
  octez-libs.stdlib-unix
  octez-libs.base
  octez-libs.test-helpers
  octez-libs.base-test-helpers
  tezos_dac_node_lib
  octez-alcotezt)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezt_core
  -open Tezt_core.Base
  -open Tezos_stdlib
  -open Tezos_stdlib_unix
  -open Tezos_base
  -open Tezos_base.TzPervasives
  -open Tezos_test_helpers
  -open Tezos_base_test_helpers
  -open Tezos_dac_node_lib
  -open Octez_alcotezt)
 (modules test_data_streamer))

(executable
 (name main)
 (instrumentation (backend bisect_ppx --bisect-sigterm))
 (libraries
  src_lib_dac_node_test_tezt_lib
  tezt)
 (link_flags
  (:standard)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (modules main))

(rule
 (alias runtest)
 (package tezos-dac-node-lib-test)
 (enabled_if (<> false %{env:RUNTEZTALIAS=true}))
 (action (run %{dep:./main.exe})))

(rule
 (targets main.ml)
 (action (with-stdout-to %{targets} (echo "let () = Tezt.Test.run ()"))))
back to top