https://gitlab.com/tezos/tezos
Raw File
Tip revision: 121ee52d2cb1bae86a3ab8499fccbbcdbdbc3295 authored by Pierrick Couderc on 19 March 2024, 08:47:17 UTC
EVM/Benchmarks: pdf generator for opcodes
Tip revision: 121ee52
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