https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2bf8678bb515f0aec74840c1401f3f5d0461cba8 authored by Arvid Jakobsson on 31 May 2023, 10:22:51 UTC
tezt-only pipeline
Tip revision: 2bf8678
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
  tezos-stdlib
  tezos-stdlib-unix
  tezos-base
  tezos-test-helpers
  tezos-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