swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 2f7b6c60edc4d2c63b22a1c28ca4aeba1675706d authored by Marge Bot on 05 January 2024, 17:29:58 UTC
Merge tezos/tezos!11420: DAL/Tests: fix slots_headers_tracking test
Tip revision: 2f7b6c6
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name src_lib_wasmer_test_tezt_lib)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezt.core
  octez-l2-libs.wasmer
  octez-alcotezt)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezt_core
  -open Tezt_core.Base
  -open Octez_alcotezt)
 (modules test_wasmer))

(executable
 (name main)
 (instrumentation (backend bisect_ppx --bisect-sigterm))
 (libraries
  src_lib_wasmer_test_tezt_lib
  tezt)
 (modules main))

(rule
 (alias runtest)
 (package octez-l2-libs)
 (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